Re: [ANN] - curl-loader virtual scripting in SVN
Status: Alpha
Brought to you by:
coroberti
From: Aleksandar L. <al-...@no...> - 2008-05-01 06:32:39
|
Hi Michael, On Mit 30.04.2008 13:59, Michael Moser wrote: >additional clarification regarding garbage collection: Lua uses mark >and sweep garbage collection, so when the heap fills up then everybody >has to wait until garbage is reclaimed; so nobody knows when and for >how long these wait cycles will happen. thank you for your detailed description ;-) I have take a look about a lot of the small languages but I haven't this requirements. Yust if you have time, what do you think about: http://www.iolanguage.com/ http://nekovm.org/ Both looks to me very nice but I'am not sure if the fulfill the requirements. Neko use http://www.hpl.hp.com/personal/Hans_Boehm/gc/ for GC. IOLanguage have developed there own http://github.com/stevedekorte/io/tree/master/libs/garbagecollector afaIs Cheers Aleks |