Re: Compojure Conjure Aleph

2010-07-19 Thread Stefan Tilkov
or not be a good thing, as you can compose libraries to your liking). Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ -- 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 Note

Re: Clojure on BEAM

2010-07-13 Thread Stefan Tilkov
processes onto Java threads and, you know, sucked. Maybe it would make sense to build a version of Clojure's concurrency support that integrates with Kilim? Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ -- You received this message because you are subscribed to the Google Groups Clojure

Re: [ANN] clj-peg v0.6 released

2010-01-07 Thread Stefan Tilkov
, 2010 at 8:17 AM, Stefan Tilkov stefan.til...@innoq.com wrote: Richard, can you elaborate on the license? The license page says Permission is granted to use and redistribute this software except for commercial use […] Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ -- You

Re: [ANN] clj-peg v0.6 released

2010-01-05 Thread Stefan Tilkov
Richard, can you elaborate on the license? The license page says Permission is granted to use and redistribute this software except for commercial use […] Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ On 04.01.2010, at 23:27, Richard Lyman wrote: All, This project adds support

Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
like g-i-v, then hits some key combination and gets an expansion like get-integer-value I can't seem to find out how to get these to work, any hint would be appreciated. Thanks, Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ -- You received this message because you are subscribed

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
I probably should have mentioned that I have Emacs/SLIME/Clojure working together nicely already, it's particularly these features that are missing. Stefan On Dec 31, 2009, at 12:15 PM, Stefan Tilkov wrote: Two quick Emacs/Clojure questions I can't seem to find the answer to: - In his

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
difference in our setup. Best, Stefan Sean On Dec 31, 6:15 am, Stefan Tilkov stefan.til...@innoq.com wrote: Two quick Emacs/Clojure questions I can't seem to find the answer to: - In his screencasts, Sean Devlin moves the mouse over an item in his REPL history and it becomes

Re: Clojure/SLIME/Emacs questions

2009-12-31 Thread Stefan Tilkov
Thanks for the quick response to everyone. I downloaded slime-fuzzy.el from here: http://elder-gods.org/~larry/repos/slime-tracker/contrib/slime-fuzzy.el , put it into ~/.emacs.d/misc and then added this to my ~/.emacs: (setq load-path (cons ~/.emacs.d/misc load-path))

Re: Clojure Web Libraries

2009-11-15 Thread Stefan Tilkov
API that just uses plain classes. Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ Thanks On Jan 23, 1:44 am, Stuart Sierra the.stuart.sie...@gmail.com wrote: Hi Frank, I'd also recommend looking atRestlethttp://www.restlet.org/ and the Java Servlets API. -Stuart Sierra On Jan

Re: clojure.xml/parse of XHTML yields a 503 on the DTD

2009-11-07 Thread Stefan Tilkov
environment parsed the XML. A catalog file would help. Stefan -- Stefan Tilkov, http://www.innoq.com/blog/st/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Clojure group. To post to this group, send email

Re: Problem using shell-out in Windows command prompt

2009-10-01 Thread Stefan Tilkov
, The system cannot find the file specified (NO_SOURCE_FILE:16) dir is not an executable program on Windows, it's a command supported by cmd.exe. Try cmd.exe /c dir instead. I guess Cygwin aliases dir to ls, but I'm not sure (I'm neither a Windows nor a Cygwin user). HTH, Stefan -- Stefan