First meeting of the NYC Clojure Users Group is scheduled

2010-01-08 Thread Thorsen Eric
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

Re: The Enclojure REPL System (It's not just for Netbeans!)

2009-10-13 Thread Thorsen Eric
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

The Enclojure REPL System (It's not just for Netbeans!)

2009-10-09 Thread Thorsen Eric
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

Re: Getting REPL transcript

2009-10-02 Thread Thorsen Eric
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

Fwd: maven source dir(s) for clojure/pom.xml and clojure-contrib/pom.xml

2009-08-14 Thread Thorsen Eric
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

Fwd: Patch: universal main() with repl/script/compile

2009-02-09 Thread Thorsen Eric
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

Re: Clojure Code Analysis Tools

2008-12-02 Thread Thorsen Eric
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

Re: Clojure semantic stability.

2008-10-01 Thread Thorsen Eric
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

Re: For socket repl: request redirectable *err* var

2008-09-29 Thread Thorsen Eric
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