Comment on Lisp implemented in Rust macrosparentComments−tmtvl1yThe problem with that is that there are spaces between map, -, and '(1 2 3). The only way to get spaces into a name is by using vertical bars: (defvar |do i 10| 1.100)
Comments
The problem with that is that there are spaces between map, -, and '(1 2 3). The only way to get spaces into a name is by using vertical bars: