Gödel, Escher, Elisp: The Beauty of Macros

chiply.dev

26 points by JNRowe 10 days ago


meken - an hour ago

> To anticipate a common question: why couldn't my-unless be a function? Function arguments are evaluated eagerly, before the function ever sees them.

Interesting, so if you’re using a lazy language then you don’t need a macro here and could write my-unless as a function.

thisisauserid - 21 minutes ago

I always thought it odd that Penrose gets dropped from the Escher conversations.

kimi - an hour ago

Remember the golden rule of Lisp macros: don't write a macro.

KeenanKeenan - an hour ago

If macros can implement arbitrary language features then how come elisp has never built a type system?

- an hour ago
[deleted]