Very cool. The two main use cases work well (REPL, script), & the others -- loaded files, evaluation -- are real bonuses. (It's also really nice to have an extensible REPL implemented in Clojure).
I think a flag for file loading (-l, --load) to make clear the distinction b/w the file that's a script & the files which are loaded beforehand woud be nice; but not nice enough to justify what seems to be the added complication to the argument-processing code (it'd require processing all args at once, not serially, it seems; or would require stipulating an order to arguments...). Regarding clojure.lang.Compile: this is incredibly handy! Thanks. What do think about adding a default value to the clojure.compile.path system property (./classes)? Perry --~--~---------~--~----~------------~-------~--~----~ 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 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 -~----------~----~----~----~------~----~------~--~---