|
|
|
|
|
by bakpakin
2232 days ago
|
|
This does change the language drastically - source code is represented as tuples usually, although all of the core data structures have literal forms. This means writing macros is still easy, although certain idioms like consing are usually replaced by splicing, which is like unquote-splicing in Common Lisp but more general. |
|
is there a pratical difference in the way you write programs or is more of theory/implemetation detail?