mach
mach copied to clipboard
Require `lumo.io` for slurp
Hello again! :smile:
I have noticed that there is a custom implementation for spit, but I have not found slurp and the fact that there is already a lumo.io makes me think that maybe mach could just require and take advantage of that namespace.
I tried:
(do (require 'lumo.io)
(println (lumo.io/slurp "cp")))
...but it did not quite work
Hello folks! any development on this? I was reading in the other issue that some kind of require is in the pipes (a #require literal maybe?).
FWIW I seem to be able to use lumo.io/slurp in a Machfile without requiring the namespace.