top | item 43515230

(no title)

mostafah | 11 months ago

Very cool. I really like the idea of implementing higher level features as extensions on top of a smaller core. I wish real scripting languages like this were more common and in use. Lua comes to mind when thinking about a generic scripting language, but even that is not that widespread.

discuss

order

nine_k|11 months ago

I think "implementing higher level features as extensions on top of a smaller core" is a hallmark of the Lisp family. Check out Fennel [0] or Janet [1] for two different approaches. On top of everything, Fennel is 100% Lua-compatible.

[0]: https://fennel-lang.org/

[1]: https://janet-lang.org/

mostafah|11 months ago

I agree. Emacs and its Emacs Lisp are one of the best examples of this design. Thank you for the links.