Buck Golemon writes:

> I'm quite interested in the "interactive session" option, but none of
> the mechanics are described. How would I do the equivalent of `lein
> run` or `line cljs autobuild` in the repl? Did I miss this in the docs
> somewhere? It's also quite possible that it's an obvious feature of
> lisp/clojure that I don't know as a newbie.

All that `lein run` does is invoke a function call with the given args.
Which function it invokes is determined by :main in project.clj or
optionally the command-line argument, but once you have a repl open
there's practically nothing more to do to get that functionality.

I've never used lein-cljsbuild, so I don't know what autobuild does. Not
sure if it translates into an interactive context nicely.

-Phil

-- 
-- 
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/groups/opt_out.


Reply via email to