Hacker News new | ask | show | jobs
by BaculumMeumEst 1015 days ago
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.