Looking for a Lua alternative
mw
m at g.c
Thu Dec 21 00:39:11 UTC 2023
On Thursday, 14 December 2023 at 13:59:05 UTC, bachmeier wrote:
> If you're willing to go with Lisp, there are small, embeddable
> Schemes:
> [s7](https://ccrma.stanford.edu/software/snd/snd/s7.html) and
> [Chibi](https://github.com/ashinn/chibi-scheme), one that is
> more Clojure-like: [Janet](https://janet-lang.org/), and one
> that's more like Lua: [Squirrel](http://www.squirrel-lang.org/).
Tried & FYI: ImportC cannot compile s7 for this issue:
https://issues.dlang.org/show_bug.cgi?id=24228
ImportC cannot compile Janet for this issue:
https://issues.dlang.org/show_bug.cgi?id=24291
More information about the Digitalmars-d
mailing list