Marc - I am not experienced with Gambit internals, but I am interested in using green threads in JavaScript and Python using the universal backend. Let me know what I can do to help. Thanks,Bob
On Wednesday, November 4, 2015 10:30 PM, Marc Feeley feeley@iro.umontreal.ca wrote:
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@gmail.com wrote:
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?
_______________________________________________ Gambit-list mailing list Gambit-list@iro.umontreal.ca https://webmail.iro.umontreal.ca/mailman/listinfo/gambit-list