How to read a txt file?

2013-02-01 Thread Roger75
I'd like to read a txt file using clojure. How do I do that? Any examples? -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be pat

Re: How to read a txt file?

2013-02-01 Thread Roger75
Hi, I'm trying to use this console: http://tryclj.com/ the command I wrote: (slurp "C:\\Users\\User1\\teste\\teste.txt") I get this: java.lang.RuntimeException: Unable to resolve symbol: in this context On Friday, February 1, 2013 10:17:43 AM UTC-2, Roger75 wrote: > > I