zlacker

[parent] [thread] 0 comments
1. gorjus+(OP)[view] [source] 2024-08-27 13:01:40
I'll add that the related 'power' many Lisp acolytes talk about stems from the fact that everything is a list of lists. Due to this, you can write programs that take syntax (a list of lists) and modify that syntax to do something else (another list of lists).

Imagine a language that has a built in parser and code generation library.

[go to top]