Re: Best IDE

2012-01-23 Thread Norman Gray
On 2012 Jan 23, at 12:27, Laurent PETIT wrote: >> On Friday, January 20, 2012 9:40:53 AM UTC+1, Norman Gray wrote: >>> >>> Thus C-M-(, C-M-), C-M-f, -b, -u, -d and -k do most of what one wants, in >>> terms of creating and moving around balanced brackets. >

Re: Best IDE

2012-01-23 Thread Norman Gray
On 2012 Jan 23, at 10:50, Stefan Kamphausen wrote: > On Friday, January 20, 2012 9:40:53 AM UTC+1, Norman Gray wrote: >> >> Thus C-M-(, C-M-), C-M-f, -b, -u, -d and -k do most of what one wants, in >> terms of creating and moving around balanced brackets. > > &

Re: Best IDE

2012-01-20 Thread Norman Gray
users, of course,.but one doesn't need _every_ gadget Best wishes, Norman -- Norman Gray : http://nxg.me.uk -- 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

Re: Proxies and overriding protected methods

2012-01-16 Thread Norman Gray
hat 'reify' returns, but it seems to accept only protocols, interfaces or java.lang.Object. It does appear therefore that the only way of extending (in JVM terms) a class is through bells-and-whistles-and-gongs gen-class. Best wishes, to all, Norman -- Norman Gray : http://nxg.me

Re: Proxies and overriding protected methods

2012-01-16 Thread Norman Gray
can successfully override > other protected methods, you should probably log a bug. Righto. I presume the Clojure.core bugparade is at <http://dev.clojure.org/jira/browse/CLJ>, yes? All the best, Norman -- Norman Gray : http://nxg.me.uk -- You received this message because you ar

Re: Proxies and overriding protected methods

2012-01-15 Thread Norman Gray
Cedric, hello. On 2012 Jan 15, at 20:32, Cedric Greevey wrote: > On Sun, Jan 15, 2012 at 6:52 AM, Norman Gray wrote: >> user=> (def m (proxy [java.util.HashMap] [] >>(finalize [] >> ;(proxy-super finalize) >> (prn "f

Proxies and overriding protected methods

2012-01-15 Thread Norman Gray
ffect, "these aren't the macros you're looking for; move along". It sounds as if getting involved in gen-class in this context would be an unidiomatic way of doing something fairly simple, namely producing an anonymous extension of a class which overrides a protected m

Re: Invoking varargs Java methods

2012-01-15 Thread Norman Gray
pe after# Thanks for this -- it looks entertaining. Clojure macros are coming next, for me (but I'm postponing them for the moment, because I'm trying to work out Racket macros, and trying to grok both at once could be injurious). Norman -- Norman Gray : http://nxg.me.uk -- You

Re: Invoking varargs Java methods

2012-01-11 Thread Norman Gray
matching method found: for class with arguments ( ...)". That wouldn't have led me to the answer in this case, but it would have helped me rule out some other causes more quickly, without 'prn's all over the place. Thanks for your help; all the best, Norman [whose copy

Invoking varargs Java methods

2012-01-10 Thread Norman Gray
ion for the last case? Thanks for any pointers. Best wishes, Norman -- Norman Gray : http://nxg.me.uk SUPA School of Physics and Astronomy, University of Glasgow, UK -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this g