I love that lambda is just another macro in Emacs lisp: https://github.com/Wilfred/remacs/blob/master/lisp/subr.el#L95-L119 -- you could have defined it yourself!
miniblog.
Related Posts
Rust macro errors are significantly improving:
@friend It seems like people find Zig comptime easier to reason about, hence the interest in introducing it to other languages.
That seems worth something. I still prefer Lisp/Clojure style macros over safer Scheme/Rust macros. Lisp macro implementations are closer to typical code.
I've been learning some CMake, and it's a weird language. "ON" is used for booleans, it puts code in .txt files, but it still has a lispy macro system.
I suspect the vast majority of people (including me) learn CMake from a large preexisting build. That will bias impressions.
