Re: Clojure, Emacs and Slime on Windows

2008-11-11 Thread Dmitri P
Does your clojure.bat start from command line without errors? On Nov 11, 10:21 am, "Kyle R. Burton" <[EMAIL PROTECTED]> wrote: > I've followed the straightforward instructions that BC put together: > > http://bc.tech.coop/blog/081023.html > > It worked flawlessly under Linux. I have lispbox in

Re: What Windows IDE are you using?

2008-10-15 Thread Dmitri P
I followed Hans's instructions and was able to use compojure's repl script as swank-clojure-binary. Also, I don't use jline on windows because cmd provides sufficient editing facilities. I found that swing JFrame displayed through setVisible hangs slime, it probably needs a thread wrapper. On Oc

"if" small syntax change proposal

2008-10-09 Thread Dmitri P
Allow cond-like specification of expression pairs and allow odd number of expressions. Let odd expressions in last position serve as default return value. There will be no impact on previous reading/writing of "if". Stolen from Paul Graham's Arc. (defmacro myif ([x] x) ([x y] (if

Re: Clojure Poll 09/2008

2008-09-12 Thread Dmitri P
Doing: learning, deciding whether clojure is appropriate for my company projects Would like: 1) up to date documentation. Online docs are so far behind SVN it's not funny. Yes yes, SVN is not release, but in the beginning stages of the project as it is things happen very fast and sticking with re

Re: Bug: self require -> stack overflow

2008-09-09 Thread Dmitri P
Whatever you do, don't kill Clojure while trying to save us from ourselves. --~--~-~--~~~---~--~~ 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 unsubscrib