Hi list!
I'm probably going to stop using Neko soon; I have other, more pressing
commitments. However, in the time I learned Neko, I wrote a simple
library for resizeable arrays (at the Neko level; i.e. it's not in C).
It's fairly complete and has a decent test suite. Since I'd like the
code not to go to waste, I'm making it publicly available. If anyone's
interested, it's available at:
http://home.mindspring.com/~krebert/list.neko
Also, though less applicable to Neko proper, I wrote a Haskell library
to construct Neko abstract syntax trees (AST) and generate Neko source
code from the trees. It's available at:
http://home.mindspring.com/~krebert/Neko.hs
Both packages are licensed under the MIT license for maximum freedom of
use. I hope they end up getting some use.
Happy Neko-ing!
- Chris Rebert
--
Neko : One VM to run them all
(http://nekovm.org)