>
>
> Hi!
> I've had no experience in Lisp or clojure before. I've only worked
> with Java and Ruby, so this question may seem stupid. Is there any way
> to run a clojure app without REPL?
>
> For example something like: clojure my_app.clj
>
Something like this:
java -cp clojure.jar:my_app_dir clojure.lang.Script my_app.clj
--
Education is what survives when what has been learned has been forgotten.
- B. F. Skinner
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Clojure" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---