Extending Emacs with Fennel (2024)

andreyor.st

144 points by Bogdanp 3 days ago


tmountain - 3 days ago

Fennel absolutely rocks for creating games. It integrates with TIC-80 (open source fantasy console) and also Love (game engine) and PICO-8. Lots of blog articles on getting started. Check it out!

anthk - 3 days ago

Emacs has cl-lib. If you come from Common Lisp you will be 90% at home, minus closures and a few rough edges. Still, PAIP code has been ported to Elisp:

https://github.com/yfuna/paip-el

The original one:

https://github.com/norvig/paip-lisp

Paradigms of AI Programming:

https://upload.wikimedia.org/wikipedia/commons/d/d4/Peter_No...

jhoechtl - 3 days ago

What makes a modern Lisp? I am aware of Fennel and Jannet. Anyone havng experience with one of those or another one I am not aware of?