Re: Clojure quickstart maven archetype

2009-09-09 Thread Scott Fleckenstein
-Scott On Sep 9, 12:42 am, Fredrik Appelberg fredrik.appelb...@gmail.com wrote: On Tue, Sep 8, 2009 at 4:09 AM, Scott Fleckenstein nullst...@gmail.comwrote: On another note, it's surprising given that how easy creating the archetype was how incredibly arcane writing a plugin is.  Granted

Re: Clojure quickstart maven archetype

2009-09-08 Thread Scott Fleckenstein
be a starting point for you... But by all means - patches galore are welcome ;) -- Pull me down under... Sent from Auckland, Auk, New Zealand On Tue, Sep 8, 2009 at 2:09 PM, Scott Fleckenstein nullst...@gmail.comwrote: If I'm able to get a repl goal working, are you open to patches

[ANN] Clojure quickstart maven archetype

2009-09-07 Thread Scott Fleckenstein
not an easy way to launch a REPL into your code, and no support fr clojure-maven-plugin clojure:run (it uses a script, my archetype assumes a compiled main class). Thanks, Scott Fleckenstein --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Clojure quickstart maven archetype

2009-09-07 Thread Scott Fleckenstein
-plugin clojure:run (it I could change this to check if you mention a .clj or just a class name, and run either-or. Theres also thehttp://mojo.codehaus.org/exec-maven-plugin/plugin if you want to depend on mojo. -- On Tue, Sep 8, 2009 at 6:37 AM, Scott Fleckenstein nullst...@gmail.comwrote

Re: In core structure editor, anyone?

2008-12-10 Thread Scott Fleckenstein
Seems like having something like this would be a good step towards supporting image-based development similar to Smalltalk. Whether that is a good thing or not is a different discussion ;) -Scott Fleckenstein On Dec 10, 8:16 am, Stuart Sierra [EMAIL PROTECTED] wrote: On Dec 10, 7:15 am, Simon

Re: Unary Application of (= ...)

2008-12-04 Thread Scott Fleckenstein
I'm a newbie, so feel free to bash me on the noggin if i'm missing something: Personally, I would love = to support null-ary case; being able to use apply with = seems very powerful, and would remove the need to check for an empty sequence. -Scott On Dec 3, 9:39 pm, Krukow [EMAIL PROTECTED]

A request for clojure code critique

2008-11-18 Thread Scott Fleckenstein
, and mirror the send/send-off functions. The -after variants are one shot sends that wait for a specified timeout and then send, whereas the -periodically variants repeatedly send using the given interval. Thanks, Scott Fleckenstein --~--~-~--~~~---~--~~ You received

add-classpath erroring out, post r1100...

2008-11-17 Thread Scott Fleckenstein
a ClassNotFoundException thrown. I don't have enough java experience to know what would cause this problem. Things work as expected on revision 1100. Does anyone know what would cause this? I'd be happy to put in the time to help debug and fix this, but I'm at a loss for where next to go. Thanks, Scott Fleckenstein

Re: add-classpath erroring out, post r1100...

2008-11-17 Thread Scott Fleckenstein
running Repl to learn an API. Oh well, I can tweak my workflow :) -Scott On Nov 17, 10:32 am, Rich Hickey [EMAIL PROTECTED] wrote: On Nov 17, 1:00 pm, Scott Fleckenstein [EMAIL PROTECTED] wrote: Hi All, I've run into a bug since upgrading past revision 1100, specifically around adding