|
|
|
|
|
by kazinator
702 days ago
|
|
> What if our macro read the source file? > Like, actually went to the file system, opened a file, and read its content? We already have the file name conveniently stored in file, and luckily Clojure keeps sources around. > So this is what I ended up with: > (defn slurp-source [file key] Looks like a function to me (which is good). |
|