juxt / mach

A remake of make (in ClojureScript)
246 stars 21 forks source link

Require `lumo.io` for slurp #10

Open arichiardi opened 7 years ago

arichiardi commented 7 years ago

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

arichiardi commented 7 years ago

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?).

crimeminister commented 6 years ago

FWIW I seem to be able to use lumo.io/slurp in a Machfile without requiring the namespace.