We'll be meeting on January 28th starting at 6:30pm at:
NYC Seminar and Conference Center
71 West 23rd Street
NY, NY 10010
1-866-807-1114
I'd like to invite people to do some lightening talks and/presentations about
what they are doing with Clojure. Please contact me if you are interested in
gi
ere a dependency on a UI fmk at all (you guess
> why I ask
> > so: Eclipse uses swt, not swing :).
> >
> > Thanks,
> >
> > and keep up the good work !
> >
> > --
> > laurent
> >
> > 2009/10/9 Thorsen Eric
> >
> >
&g
I've seen talk about socket based REPLs with history etc. and this is
something we have been using in Enclojure for over a year now. I put
some time into updated the docs, provided samples for running REPLs
outside of Netbeans and put together a fairly detailed article about
the REPL archi
Enclojure has repl history as well as a log of all the unique commands
issued that persists across restarts of Netbeans (and your repl
instances). The command history can be opened in the editor and the
expressions can be executed just like any other clojure source file.
Standard command his
I posted the message below on the dev group but did not get a response
and thought perhaps the folks who handled the maven support were over
here.
Thanks,
Eric
Begin forwarded message:
> From: Eric Thorsen
> Date: July 2, 2009 10:32:36 PM EDT
> To: Clojure Dev
> Subject: maven source dir(s
For some reason I could not reply to the original thread...
Begin forwarded message:
> From: "Stephen C. Gilardi"
> Date: February 6, 2009 12:49:34 PM EST
> To: Eric Thorsen
> Subject: Re: Patch: universal main() with repl/script/compile
>
> Hi Eric,
>
>> I've been using the repl in clojure,ma
We are working on a Netbeans plugin (.enclojure.org) and are
currently working to isolate non-nb specific clojure-ide support code.
We should have the basic libraries up this coming Monday. The code
that is up there now has been following the changes in Clojure since
February and is l
I've been using Clojure to work on a Netbeans plug-in since February
of this year and I have a decent amount of code in there. In almost
all cases when there has been an enhancement to an existing feature
(such as the namespace/lib) the old style continues to work fine.
There have been v
I would love to see this change as well.
Eric
On Sep 28, 2008, at 1:28 PM, Stephen C. Gilardi wrote:
> For a socket repl, I'd like to have error output sent across the
> wire as well as normal output. Clojure currently provides vars (*in*
> and *out*) that allow a thread to redirect input a