[gambit-list] Target language REPL

Marc Feeley feeley at iro.umontreal.ca
Wed Nov 4 22:29:54 EST 2015


Feature-full green threads (as in Gambit-C) are not currently supported by the universal backend, but they are on the TODO and definitely doable.

To get this moving faster, I’d need some help from people interested in specific targets of the universal backend.  So if you are interested in JavaScript, PHP, Python, Ruby, Java please let me know.

Marc

> On Nov 3, 2015, at 11:09 PM, Adam <adam.mlmb at gmail.com> wrote:
> 
> 2015-11-04 12:05 GMT+08:00 Marc Feeley <feeley at 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?
> 




More information about the Gambit-list mailing list