|
|
|
|
|
by sbensu
3965 days ago
|
|
To the author: on the compound data structures example, it would be much better to return an anonymous function with `fn` than to use `defn`. `defn` is meant to add global definitions to the namespace, not to be used as a value. |
|