packaging App (cross-platform) without scripts, only jar

2008-09-20 Thread Pascal
I needed a single jar file that if you double clicked on it (be in Mac OS X or Windows) it will just launch my Clojure App. No CLASSPATH or bash or anything, cross platform. I didn't found anything like these so I just made it (I know it's not difficult, let say this is for Newbie!) The archi

Re: Suggest two argument into-array with explicit type

2008-09-20 Thread Rich Hickey
On Sep 20, 11:04 am, Stephen C. Gilardi [EMAIL PROTECTED] wrote: I needed an empty array of Strings to pass to a Java function. The first place I considered was into-array, but without an array element to work with, it returns an array of Object. I suggest that into-array be extended to

Re: packaging App (cross-platform) without scripts, only jar

2008-09-20 Thread budu
Thanks a lot! It's funny that you wrote this post now because I was about to try to figure it out myself this week-end. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send

Re: Star-Vars for the repl to provide recent values, shorten error messages

2008-09-20 Thread Mike Hinchey
I added support for *1 *2 *3 in my fork of swank-clojure (for emacs/ slime), http://github.com/mikehinchey/swank-clojure. I did one thing different which is to not reset the vars if the eval is one of the vars themselves. Rich noted most CL repls don't do this, but it seems useful to me.

Re: Cells in Clojure

2008-09-20 Thread kyle smith
Maybe you could attach a cell to a JComponent and call setEnabled as necessary. --~--~-~--~~~---~--~~ 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