Debugger REPL feature request

2010-05-01 Thread JS
Clojure is awesome, no doubt. But I feel it is distinctly lacking a feature that would make it a power-house lisp. I was working with MIT scheme the other day and I noticed just how very nice having a debug break in the repl is. Once can look at the bindings, execute programs within a particular

Re: Debugger REPL feature request

2010-05-03 Thread JS
>On May 1, 10:05 pm, Phil Hagelberg wrote: > Have you read about this? > > http://hugoduncan.org/post/2010/swank_clojure_gets_a_break_with_the_l... Looks good! Thnx for the link. > If you are going to interact with other libraries on the JVM, you must > be capable of handling Java exceptions. Y

how to create dependncies for mysql in clojure

2013-04-07 Thread jayvandal . js
I want to access mysql. it is in c:\program files as mysql what is the rule to create a dependicy statement " [mysql/mysql-connector-java "5.1.23"]]". I have two books "Practical Clojure" "Programming Clojure" No answer in the books that I find -- -- You received this message because you ar