I am doing text processing on an OCR text file using clojure.  Basically, I 
(slurp) in the ocr text file and then use regular expressions to extract 
and (def) the bits of data I am interested in.  This script to do this is 
complete, it prompts user for the file to slurp using seesaw.chooser 
library and then does it's work.

I could run it by invoking load-file, but I want to make it into an 
executable program using Lein.  Basically I want to evaluate the clojure 
file line by line.  So, I am guessing the way to do this is make a clojure 
file with main function that just invokes load-file on the clojure file of 
interest?

Thanks for advice!

-- 
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 patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to