Re: [ANN] neurotic-0.2.1 and blind-0.2.2

2012-10-18 Thread Bronsa
In these days I've released a new version of neurotic To use it simply put on your project.clj [bronsa/neurotic "0.3.3"] With the 0.3.3 release neurotic fully supports implementing deftrait from: deftype, defrecor, extend and extend-type. Error messages has also been improved. A new version of b

Re: [ANN] neurotic-0.2.1 and blind-0.2.2

2012-10-18 Thread Bronsa
I'm following clojure's LispReader implementation in blind, you should ask that question to clojure devs 2012/10/14 AtKaaZ > Hi! > What would you do about this ? > > https://github.com/quil/quil/commit/d0312f0f119db066a8d613dec8803571b92bea39 > Would you edit the file or change the reader? > > Th

Re: [ANN] neurotic-0.2.1 and blind-0.2.2

2012-10-14 Thread AtKaaZ
Hi! What would you do about this ? https://github.com/quil/quil/commit/d0312f0f119db066a8d613dec8803571b92bea39 Would you edit the file or change the reader? Thanks. On Sun, Oct 14, 2012 at 3:14 PM, Bronsa wrote: > Neurotic is a library that implements a `deftrait` macro and support for > imple

[ANN] neurotic-0.2.1 and blind-0.2.2

2012-10-14 Thread Bronsa
Neurotic is a library that implements a `deftrait` macro and support for implementing those traits in `deftype`/`defrecod` The purpose of this library is to provide a mechanism of code-reuse for those occasions when using a map and `extend` is not fast enough, or, in the case of java interfaces