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
Thanks for this.
I was steered fowards proxy-super and was all set.
On Feb 19, 11:19 am, Chouser wrote:
> On Thu, Feb 19, 2009 at 9:09 AM, Eric Thorsen wrote:
>
> > In some cases, the Java classes give you an interface where you have
> > to do all kinds of shenanigans to ha
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
--~--~-~--~~---
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
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 meet
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 meeti
more info.
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@g
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:
http://github.com
oad
> 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 wrote:
>
> > New rel
library for
> > supporting lexing, static analysis, completion etc. that I would imagine
> > could be used elsewhere (as well as be enhanced).
> > I have not been able to put this stuff in clojure.contrib as there are
> > dependancies on some other libraries. If there is a st
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 fro
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 wrote:
> I did a fresh install of Netbeans, added the encl
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 memb
I saw this.
I'll give it a try.
Thanks,
Eric
On Jan 12, 10:06 am, Roger Gilliar 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 this grou
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 2
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 foll
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 peop
Thanks for catching that!
care...@thortech-solutions.com
On Feb 7, 5:18 am, Michael Kohl wrote:
> On Thu, Feb 4, 2010 at 10:29 PM, Eric Thorsen wrote:
> > ThorTech Solutions
> > care...@thotech-solutions.com
>
> Is the missing 'r' in the mail address a kind o
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 t
; > and syntax highlighting for clj files in Visual Studio?
>
> > Thanks,
> > Manoj.
>
> > On Mar 8, 2:17 pm, Eric Thorsen wrote:
>
> > > Is there/is anyone working on/is anyone interested in working on a
> > > Visual Studio plugin for a Clojure
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.
Th
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?
Thanks
sks.jar ci-build
>
> Contrib uses Maven, so add thes lines to its pom.xml in the
> section:
>
>
> org.apache.maven.plugins
> maven-compiler-plugin
>
> 1.5
> 1.5
>
>
>
> Then "mvn install" to build the JA
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 wrot
was built 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 wrote:
> Hi Eric,
>
> E
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 (as
http://groups.google.com/group/enclojure/browse_thread/thread/70ed4602a3577924
I'm working on a standalone downloadable version of Netbeans with the
Enclojure plugin already installed to make things easier for those
coming from never working with a Java IDE before. I hope to have a
couple of shor
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
wrote:
> The labrepl now has much better "getting started" instructions, thanks to
> everyone who pitched in. But this begs the question: Why h
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
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 this
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, se
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
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 lib
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 messa
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 wrote:
> 2010/7/17 Moritz Ulrich
>
> > clojure-namespaces should be treated like java-namespaces: (ns
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 mes
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 subscr
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
Grou
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 speakers
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 th
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:
https://github.com/clojure/core.lo
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 e
Rich,
I moved to the resource script model and all is well.
Thanks!
Eric
On Aug 20, 12:06 am, Eric Thorsen <[EMAIL PROTECTED]>
wrote:
> Rich,
> I made the following change/hack in the compiler (my local copy) for
> the smap entry:
> String nspath =
> currentN
43 matches
Mail list logo