6 ms·
How does it compare to Janet https://janet-lang.org/ https://janet-lang.org/ ? https://news.ycombinator.com/item?id=23164614 https://news.ycombinator.com/item?
by hyllos 3y ago
How does it compare to Janet https://janet-lang.org/ https://janet-lang.org/ ?
https://news.ycombinator.com/item?id=23164614 https://news.ycombinator.com/item?id=23164614
https://news.ycombinator.com/item?id=28255116 https://news.ycombinator.com/item?id=28255116
- BaculumMeumEst 3y agoJanet is not an implementation of common lisp, so you cannot run lisp code with it. ECL is an implementation of common lisp, so it can run common lisp code. If you don't care about running common lisp code, you can get up and running in janet more quickly. In terms of ease of embedding in C code, a comparison of different languages IME would be Lua/Fennel > Janet > Chibi Scheme > Guile Scheme > ECL.
- ngcc_hk 3y agoCan you run janet in iOS?
- BaculumMeumEst 3y agoyes, objective C is a superset of C, so you can include janet's amalgamation follow the regular embedding steps. i'm sure you can get it running from swift as well.