Re: Can anyone explain this behavior of clojure.java.shell/sh ?

2012-11-10 Thread Leo Noordhuizen
I tried this and in the repl the propmt appears instantaneous again so this seems to work fine here. On Sat, Nov 10, 2012 at 6:51 AM, Michael Gardner wrote: > I can't duplicate your results on my Debian wheezy box (Clojure 1.4, > openjdk 1.6.0_24, xdg-open 1.1.0 rc1); the call to (sh "xdg-open"

Re: Clojure Bee iPhone app updated

2012-05-17 Thread Leo Noordhuizen
Hello, It looks quite nice. Im hoping for an Android version though Leo Noordhuizen On Thu, May 17, 2012 at 11:53 AM, Roberto Mannai wrote: > Looks interesting. Does it work off-line with local docs or require an > Internet connection? > > BTW, do you know any Web Repl w

Re: New Release of the Clojure Debugging Toolkit

2010-10-12 Thread leo
This works for me under Windows 7. I set all forward slashes paths in my .emacs file like this: (progn (setq cdt-dir "c:/msysgit/cdt") (setq cdt-source-path "c:/clj/clojure-1.2.0/src/jvm;c:/clj/ clojure-1.2.0/src/clj;c:/clj/clojure-contrib-1.2.0/src/main/clojure/ clojure/contrib;") (load-fil

async http client in clojure

2010-08-16 Thread leo
I am trying to understand how efficient it would be to use Clojure to develop an asynchronous http client for my webapp instead of using Java. Is there any specific way one can be better than the other? -- You received this message because you are subscribed to the Google Groups "Clojure" group.