Re: Accessing a protected final method of the superclass

2009-09-16 Thread Sir Diddymus
oper, so I might be wrong here). A cleaner Clojure way to do this, even if it's all in Java world and not really lispy, would be nice. Thanks and greetings, SD On Sep 15, 9:26 pm, Chouser wrote: > On Tue, Sep 15, 2009 at 2:08 PM, Sir Diddymus > wrote: > > > Dear all, >

Accessing a protected final method of the superclass

2009-09-15 Thread Sir Diddymus
Dear all, I've successfully extended a Java class (:gen-class and :extends) and all is working as expected, until I was forced to call a protected final method of the superclass from within my derived class. I don't seem find a way to do this (:exposes-methods really is only for overridden method

Re: NullPointerException with defmacro and none without?!

2009-09-01 Thread Sir Diddymus
Ah, thanks to both of you for the fast reply - as always, the problem's to be found between chair and keyboard. ;) Greetings from Germany, Sir Diddymus P.S.: Btw, great props to Meikel for vimclojure - now I can use the world's best editor with nice Clojure inte

NullPointerException with defmacro and none without?!

2009-09-01 Thread Sir Diddymus
Hi all, I'm new to Clojure and I'm playing around with Qt Jambi, which works as expected, until I started to use a self written macro. Now I don't know if this is just a problem I don't see (probably) or if it is a bug in Clojure. I have the following sample code (I hope this is readable when pos