On Jan 7, 12:19 am, "Phil Hagelberg" <[email protected]> wrote: > The problem with this is that now you have to repeat your classpath in > two places: your SLIME config and the shell script that you use to > launch your app. This is a DRY[1] violation.
I guess I just take that for granted with Java. The classpath is a nuisance, but it works. If you want to launch your app at the command line, use Ant to build a JAR that includes Clojure and all the necessary libraries. -Stuart Sierra --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
