Hacker News new | ask | show | jobs
by hyllos 1015 days ago
How does it compare to Janet https://janet-lang.org/ ?

https://news.ycombinator.com/item?id=23164614 https://news.ycombinator.com/item?id=28255116

2 comments

Janet 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.

Can you run janet in iOS?
yes, 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.