2015-11-04 12:05 GMT+08:00 Marc Feeley <feeley@iro.umontreal.ca>:
Eval is implemented, but I/O is currently very limited (only println is usable).  So the REPL does not currently work.

For your second question, you can use

(##inline-host-declaration "print('hello');”)

or

(##inline-host-statement "print(@1@);" "hello")

Someone could implement a REPL specific to the respective language and target environment.



Hm. Are there green threads?