Hacker News new | ask | show | jobs
by smitchell2 3403 days ago
Three that I've dabbled with are:

    - Euphoria   (http://openeuphoria.org/)
    - Wren       (http://wren.io/)
    - ChaiScript (http://chaiscript.com/)
Of those three, Euphoria is possibly the most widely used. It has also been around the longest - since 1993.
1 comments

Thanks.

ChaiScript has a stackbased memory model so this would fit.

Wren has a garbage collector, so this would be probalby no option for me.

Euphoria is not on github so I have to search first how the gc works. Thanks again