edn test data generator for vetting edn across platforms and a .Net edn reader/writer

2013-02-15 Thread Eric Thorsen
own .net edn reader/writer which can be found here: https://github.com/edn-format/edn-dot-net Feedback welcome! Thanks, Eric *Eric Thorsen* *ThorTech Solutions **www.thortech-solutions.com **(914) 358-9338 [work] **(914) 358-9343 [fax]* *(914) 804-4954 [cell]* -- -- You received

.net port of fressian : fressian-clr

2013-02-15 Thread Eric Thorsen
We've created a .net port for fressian and tested this back and forth with the java library. Repo is here: https://github.com/fressian/fressian-clr Feedback welcome! Eric -- -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this group,

Re: Clojure turns 5

2012-10-17 Thread Eric Thorsen
I remember having lunch discussing what a great world it would be if we could earn a living coding in a lisp. You not only made that happen but started something that I could never have imagined at the time. Thanks for Clojure and thanks to the incredible community that continues to inspire me

Speakers for NYC Clojure Users Group needed!

2011-05-12 Thread Eric Thorsen
We had a really interesting and thought provoking presentation on Logic Programming in Clojure, predicate dispatch and some other topics given by David Nolan last month who stepped up at the last minute (thanks Dave!). His project is now part of clojure contrib:

New version of the Enclojure plugin for Netbeans 7.0 is up.

2011-04-29 Thread Eric Thorsen
This version is a port of 1.4 to run on Netbeans 7.0. You can get this using the update site. For more information, please go to: www.enclojure.org Thanks again for all the feedback! Eric -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Speakers for April 20th meeting of the NYC Clojure Users group

2011-04-14 Thread Eric Thorsen
We are looking for speakers for our next meeting (and future meetings). If you are ever traveling to the big apple and would like to speak to a group of enthusiastic Clojurians, please let me know. We meet at the google campus in Manhattan every month and are always looking for interesting

Google has agreed to continue to host the NYC Clojure users group meetings! We need speakers.

2010-09-02 Thread Eric Thorsen
Special thanks to Andrey Fedorov for making this happen for us! If you are in the tri-state area and would like to present at the Clojure NYC @google, please contact me with the topic and we'll get it setup. Thanks, Eric -- You received this message because you are subscribed to the Google

New git repo for enclojure-repl

2010-07-23 Thread Eric Thorsen
There has been interest in reusing some of the features of the Enclojure repl tools outside of Netbeans or swing. I have created a separate repo to help the effort in moving in that direction. http://github.com/EricThorsen/enclojure-repl Eric -- You received this message because you are

Re: Question on namespace/packages of defrecord

2010-07-17 Thread Eric Thorsen
That's correct...not generating a valid java package from the clojure namespace...hyphens to underscores does not appear to happen for defrecord in 1.2 beta. On Jul 17, 8:29 am, Rasmus Svensson r...@lysator.liu.se wrote: 2010/7/17 Moritz Ulrich ulrich.mor...@googlemail.com clojure-namespaces

The role of type hints with deftype and defrecord fields...

2010-07-17 Thread Eric Thorsen
I notice that only certain type hints turn into concrete java types in the signature of the genned constructors and field definitions (such as int and float) where as string, date, etc. turn into Objects. Do these other type hints just get discarded/ignored? Thanks, Eric -- You received this

Question on namespace/packages of defrecord

2010-07-16 Thread Eric Thorsen
Congrats on the 1.2 beta guys! When I AOT a defrecord it does not javaize the clojure namespace into a proper java package name. (ns this-that) (defrecord Fred []) ;creates a class file this-that.Fred.class Is this by design? What is the thinking here? Thanks, Eric -- You received this

Next meeting for the NYC clojure users group @google is a week away...

2010-07-06 Thread Eric Thorsen
Here are some ideas for presentations for the next NYC Clojure meetup: Development environments: We have already had a demo on Netbeans with Enclojure. If you use Emacs, IntelliJ or Eclipse, it would be great to see a demo of how those environments work. Are you the author or user of a Clojure

Next NYC Clojure User group meetings will be hosted @google

2010-06-28 Thread Eric Thorsen
We are looking for presenters for the next couple of meetings that will be hosted @google. Thank you Andrey Fedorov for making this happen! Please let me know if you would like to present. RSVP as soon as possible as there are only 50 spots and we expect a full house. The dates are Wednesday July

Verify errors - has clojure/contrib officially moved the java 1.6?

2010-05-30 Thread Eric Thorsen
I'm getting verify errors again with the latest 1.2 shapshots of clojure..contrib within Netbeans. I know the source=1.5 and target=1.5 should work when you are compiling with the 1.6 jdk but so far that has not been my experience. I'll stop caring about this when Netbeans 6.9 is out (which I hope

Re: towards definitive getting started assistance

2010-04-01 Thread Eric Thorsen
Once I update the getting started stuff for Enclojure, I'll put a link on the Assembla site. Thanks Stu! On Tue, Mar 30, 2010 at 1:12 PM, Stuart Halloway stuart.hallo...@gmail.comwrote: The labrepl now has much better getting started instructions, thanks to everyone who pitched in. But this

Re: ANN: labrepl, making Clojure more accessible

2010-03-28 Thread Eric Thorsen
I just sent you a message before I saw this... I'm in the midst of cutting a new release of the Enclojure plugin and I'm working on also providing a prepackaged version of Netbeans with the Enclojure plugin installed. I wanted to include the LapRepl in the release and the pre-packaged netbeans

Re: clojure and clojure-contrib jars built with the 1.5 jdk

2010-03-23 Thread Eric Thorsen
with which is where I saw the 1.6 reference for clojure-contrib. Having the target=1.5 property set for the clojure-contrib build might get me where I need to be. I just have not had a chance to try it yet. Thanks, Eric On Mar 23, 8:06 am, Alex Osborne a...@meshy.org wrote: Hi Eric, Eric Thorsen

Re: clojure and clojure-contrib jars built with the 1.5 jdk

2010-03-22 Thread Eric Thorsen
I'll try this out since I'm stuck and wanted to get out of the business of building my own versions of clojure/-contrib (hence the move to maven). What do other projects do that have maven repos with similar contraints? Are there separate entries in the repo? On Mar 22, 3:53 pm, Rich Hickey

clojure and clojure-contrib jars built with the 1.5 jdk

2010-03-21 Thread Eric Thorsen
This is more of a maven question probably, but I have an app that needs versions of the jars built with jdk 1.5 and I'm using the http://build.clojure.org/snapshots repo where they appear to be built with 1.6. Are there versions (or plans to support 1.5 versions) in a maven repo somewhere?

Re: clojure and clojure-contrib jars built with the 1.5 jdk

2010-03-21 Thread Eric Thorsen
to build the JARs and put them in your local repository. -SS On Mar 21, 7:32 pm, Eric Thorsen ethor...@enclojure.org wrote: This is more of a maven question probably, but I have an app that needs versions of the jars built with jdk 1.5 and I'm using thehttp://build.clojure.org

NYC Clojure Users Group - need someone to do a brief tutorial for our next meetup

2010-03-11 Thread Eric Thorsen
I thought it would be good to start the next meeting with a brief introduction to any aspect of Clojure and was hoping someone might volunteer to do that for us. It does not need to be any more that 20-30 minutes (although you can take more time if you like). Please contact me if you can help.

Re: Visual Studio plugin

2010-03-10 Thread Eric Thorsen
files in Visual Studio? Thanks, Manoj. On Mar 8, 2:17 pm, Eric Thorsen ethor...@enclojure.org wrote: Is there/is anyone working on/is anyone interested in working on a Visual Studio plugin for a Clojure REPL for clojureCLR? My company might be interested in sponsoring this work

Visual Studio plugin

2010-03-08 Thread Eric Thorsen
Is there/is anyone working on/is anyone interested in working on a Visual Studio plugin for a Clojure REPL for clojureCLR? My company might be interested in sponsoring this work. Thanks! eric -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: Clojure Jobs in White Plains, NY (incorrect email in the previous post)

2010-02-16 Thread Eric Thorsen
Thanks for catching that! care...@thortech-solutions.com On Feb 7, 5:18 am, Michael Kohl citizen...@gmail.com wrote: On Thu, Feb 4, 2010 at 10:29 PM, Eric Thorsen ethor...@enclojure.org wrote: ThorTech Solutions care...@thotech-solutions.com Is the missing 'r' in the mail address a kind

Clojure NYC Users Group looking for speakers!

2010-02-11 Thread Eric Thorsen
We had about 60 people show up for our first meeting and I've had some very positive feedback and a couple of companies have approached me about sponsoring our next meeting. We are looking for speakers to talk about anything Clojure. The group is a mix of people using Clojure commercially to

Clojure Jobs in White Plains, NY

2010-02-04 Thread Eric Thorsen
ThorTech Solutions is seeking exceptional developers to join our team. The work will be primarily on a new product, predominantly written in Clojure. If you are a passionate individual who is self directed but thrives in a team environment and team results, has experience with several of the

NYC Clojure Users Group Meeting for Jan 28th - I reserved a bigger space!

2010-01-14 Thread Eric Thorsen
I've reserved a larger space to accommodate 55 people (we were out of room). There will be desks in the front and rows of seats in the back so come a bit early if you want a desk. For more details, see the full listing: http://www.meetup.com/Clojure-NYC/calendar/12228936/ When: Thursday, January

Swing unit testing

2010-01-12 Thread Eric Thorsen
Anyone have any recommendation/experience for a unit testing library for testing swing components? Thanks! Eric -- 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 that posts from new

Re: Swing unit testing

2010-01-12 Thread Eric Thorsen
I saw this. I'll give it a try. Thanks, Eric On Jan 12, 10:06 am, Roger Gilliar ro...@gilliar.de wrote: Hi, we use Jemmy for this purpose (https://jemmy.dev.java.net/) Regards    Roger -- You received this message because you are subscribed to the Google Groups Clojure group. To post to

Re: Has anyone got the Enclojure NetBeans plugin working with clojure 1.1?

2010-01-10 Thread Eric Thorsen
I use several different builds (clojure platforms for the plugin) and do not have any problems. I'd be happy to get you past any issues if you want to give it another shot in the future. Eric On Sun, Jan 10, 2010 at 2:55 PM, Marmaduke mmwood...@gmail.com wrote: I did a fresh install of

New release of Enclojure for Netbeans is up - enclojure-plugin-2009-11-3.nbm

2009-11-03 Thread Eric Thorsen
There was a considerable faux pas on my part with the enclojure- plugin-2009-09-22-patch1.nbm in which I used Java 1.6 to build it. This release addresses the above as well as some bugs on Windows and enhancements. Selected highlights from the git log: Added support for loading all source

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

2009-10-09 Thread Eric Thorsen
). I have not been able to put this stuff in clojure.contrib as there are dependancies on some other libraries.  If there is a story for a clojure.contrib with deps I would happily contribute the code base there. Thanks and happy REPLing! Eric *Eric Thorsen* *ThorTech Solutions

Re: New Release for Enclojure plugin - 2009-09-22

2009-09-23 Thread Eric Thorsen
available to download from the NetBeans repo? It would mean much easier for netbeans users to find and install it by simply bringing up the plugin menu from within NetBeans. Just a thought. On Tue, Sep 22, 2009 at 8:53 PM, Eric Thorsen ethor...@enclojure.org wrote: New release of the Enclojure

New Release for Enclojure plugin - 2009-09-22

2009-09-22 Thread Eric Thorsen
New release of the Enclojure plugin for Netbeans has been released! I have moved Enclojure to github and greatly simplified the build process. See readme in the root directory of the repo for more details. http://github.com/EricThorsen/enclojure You can download the release at:

New release of Enclojure for Netbeans is up.

2009-08-25 Thread Eric Thorsen
. Thanks again to everyone who has provided guidance and feedback! Eric Eric Thorsen --~--~-~--~~~---~--~~ 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

NYC Clojure Users Group

2009-07-03 Thread Eric Thorsen
I setup a Meetup Group http://www.meetup.com/Clojure-NYC It would be great if people who might be interested in attending join the group. It's free. I'm working on setting up our first meeting. Please send me any thoughts on topics of interest, possible presenters, etc. Looking forward to

Interest in creating a NYC Clojure user group?

2009-06-04 Thread Eric Thorsen
I went to the Bay Area Clojure group meeting last night which was great. People demoed some very interesting stuff and it was great having face time with more people using Clojure. I wanted to see what kind of interest there might be in creating a Clojure user group in the NY metro area to

New release of the enclojure plugin is up.

2009-04-06 Thread Eric Thorsen
in February. For more information, please see: http://enclojure.wikispaces.com Plugin can be downloaded at: http://code.google.com/p/enclojure-nb-clojure-plugin/downloads/list Feedback welcome! Eric Eric Thorsen ThorTech Solutions www.thortech-solutions.com (914) 302-7638 [work] (914) 302-7641 [fax] (914

Some help for tool builders...

2009-03-13 Thread Eric Thorsen
I come across some functions in clojure/core that are really useful in tool building but often are private. Is it possible to make these public? spread assert-args sigs libspec? root-resource root-directory Let me know and I'll submit a patch. Thanks, Eric

VerifyError class overrides final method / forwarding interface calls to multimethods

2009-02-19 Thread Eric Thorsen
I wanted to expose a method in the super class and use this generated class as a stub to derive from and forward calls to multimethods etc. I was hoping doing just this would work: (ns test.CLjTreeCellRenderer (:gen-class :extends javax.swing.tree.DefaultTreeCellRenderer :exposes-methods

Re: VerifyError class overrides final method / forwarding interface calls to multimethods

2009-02-19 Thread Eric Thorsen
Thanks for this. I was steered fowards proxy-super and was all set. On Feb 19, 11:19 am, Chouser chou...@gmail.com wrote: On Thu, Feb 19, 2009 at 9:09 AM, Eric Thorsen eric.thor...@gmail.com wrote: In some cases, the Java classes give you an interface where you have to do all kinds