Extending Emacs Lisp with Erlang's concurrent programming mode: paper: http://t.co/1vfqB4z2hT code: https://github.com/massemanet/distel Cool!
Related Posts
Today I learnt that cc-mode in Emacs includes a demo of defining a major mode for a small C-like language: https://cc-mode.sourceforge.net/derived-mode-ex.el
"a hypothetical language called C: (pronounced "big nose") that is similar to Java" :)
Are there any noteworthy lisp dialects that don't have macros?
Macros aren't obligatory, but I'm struggling to think of any good lisp examples that lack them.
Excellent discussion of how REPL programming enables you to write code incrementally, going beyond what you can do with e.g. ipython or ghci.
https://mikelevins.github.io/posts/2020-12-18-repl-driven/