arc> (def read-all (filename) (w/infile file filename (drain (readline file)))) arc> (read-all "Log.txt")
Thanks for that.
It does appear that the problem is with pasting into the repl. So, how does one hook up arc with Emacs?
Thanks to all those who chimed in with help. Great community here.
Steve