Re: Casting java arguments...

2008-10-10 Thread mritun
On Oct 10, 1:46 am, Luc Prefontaine <[EMAIL PROTECTED]> wrote: > I found a workaround... > > I was able to register the driver using > -Djdbc.drivers=com.mysql.jdbc.Driver on the java command line. > Looks like loading the class is not enough, adding the above does work: > > user=> (enumeration-

Re: offtopic - where are you come from? (poll)

2008-10-18 Thread mritun
Mumbai, India On Oct 17, 2:27 pm, "Rastislav Kassak" <[EMAIL PROTECTED]> wrote: > Hello Clojurians, > > I think after 1st year of Clojure life it's good to check how far has > Clojure spread all over the world. > > So wherever are you come from, be proud and say it. > > I'm from Slovakia. :) > >

Re: Clojure and introspection/reflection analysis?

2008-10-24 Thread mritun
Hi Take a look at btrace. It is DTrace like dynamic instrumentation tool for JVM (DTrace : System :: btrace : JVM, though DTrace is superset of btrace). It allows you to instrument JVM at bytecode level with no changes in code. It might also help going forward to enhance clojure to insert btrac

Re: Concerned about Clojure's license choice.

2008-11-03 Thread mritun
Hi Chris What said problem would moving to GPL solve ? Shouldn't we hear atleast a couple of benefits that may be derived from moving to GPL ? Are there (GPL) projects that clojure would benefit from incorporating directly into the base language compiler and/or libraries ? What are they ? Are the

Re: Concerned about Clojure's license choice.

2008-11-04 Thread mritun
Shouldn't this flame-bait thread stop now ? Guys, you're just annoying people interested in getting things done! Get a beer! And if you're an American, go out and vote! - Akhilesh On Nov 4, 10:40 pm, Matthias Benkard <[EMAIL PROTECTED]> wrote: > On Nov 4, 6:12 pm, Rich Hickey <[EMAIL PROTECTED