Hello, I have an application written that gets deployed using a uberjar built with leiningen. Works perfectly fine.
For training purposes, I want to give a training version of that application that does not start the application (the -main routine) but a REPL so users can interactively use functions from the namespace and can explore it so that they end up with the same function calls like in the production version that has a -main function. How can I build such a uberjar that starts a repl instead of -main? The REPL should have also some nice editing features (I think I have to add jLine or how is it called?) Thx for any advice. - Finn -- 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