Re: [ANN] - curl-loader virtual scripting in SVN
Status: Alpha
Brought to you by:
coroberti
From: Michael M. <mos...@gm...> - 2008-05-01 11:23:18
|
Thanks a lot I will look at these languages + vm's as well; Michael P.S. somehow i still think that there might be a market for an vm + language suited for asynchronous server design; if time permits I will also continue the project of doing that scripting language 'the right way (tm)' ;-) 2008/5/1 Aleksandar Lazic <al-...@no...>: > 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 > |