I'm following clojure's LispReader implementation in blind, you should ask
that question to clojure devs
2012/10/14 AtKaaZ <atk...@gmail.com>

> 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 <brobro...@gmail.com> wrote:
>
>> 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 instead of clojure protcols, where  `extend`
>> would simply be impossible to use.
>> https://github.com/Bronsa/neurotic
>>
>> Blind is a complete implementation of the clojure reader written in
>> clojure, based on `clojure.lang.LispReader` and `cljs.reader`
>>
>> https://github.com/Bronsa/blind
>>
>> More informations and the documentation are available on the READMEs of
>> the repositories.
>>
>>  --
>> 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 members are moderated - please be patient with
>> your first post.
>> To unsubscribe from this group, send email to
>> clojure+unsubscr...@googlegroups.com
>> For more options, visit this group at
>> http://groups.google.com/group/clojure?hl=en
>
>
>  --
> 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 members are moderated - please be patient with
> your first post.
> To unsubscribe from this group, send email to
> clojure+unsubscr...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
>

-- 
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 members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to