On Wednesday 10 September 2008 16:15, Shawn Hoover wrote: > ... > > 1. A native executable would be preferred to launching with java > or a batch file (on Windows, especially, where you're always left > with an extra Y/N prompt after you Ctrl-c out of the REPL).
Explore the difference between the "java.exe" and "javap.exe" launchers for the Windows JVM. And, of course, if you want a proper interactive environment on Windows, Cygwin is scarcely optional. The rough edges between its POSIX environment and the native Windows one are minor, mostly a matter of the file name and PATH (-like) variable syntaxes. Those can be papered over (even generically) with BASH or other shell scripting. > ... > > --Shawn Randall Schulz --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---