Has anyone succeeded in starting and debugging a circuit with Eclipse?
I connected several plugins (scheme 48, scheme) and could not get them to work. I am not sure why they will not work; I loaded the interpreter ( kawa, mit-scheme) and tried to configure it in the plugin, but nothing happened (except that I mit-schemethrew some errors).
I know there is another way - Racket, but I prefer not to use another IDE. I work with many languages, and I would like to use one IDE for all.
Any suggestions?
EDIT : I tried to run the simplest .scm file (which has only (+ 1 1)). By plugin configuration, I mean that I select the external interpreter, and then select the kawa / mit-schem interpreter exe file. When I select kawa using the circuit, it opens a new window and was waiting for input (I had no input - JUST wanted to run the file ...). When I did this with the mit schema interpreter, I got this error ... I am using linux-centOS 6.
source
share