Quoth Aaron Cohen on Setting Orange, the 63rd of The Aftermath:
> Oh excuse me, I was misreading what is going on here with the
> lambda. I thought it was a reader macro, but you're just pulling
> that alias in from some dependency.
Exactly: `λ' and `defλ' are just vanilla macros that shadow `fn'
Quoth Aaron Cohen on Setting Orange, the 63rd of The Aftermath:
> One thing I'd really want before I even considered using this would
> be some way of restricting the scope of a reader macro to the
> current file. As is, they just have way too much room to interfere
> with your whole world. I'm not
2011/12/21 Aaron Cohen :
> 2011/12/21 Peter Danenberg :
>> Quoth Aaron Cohen on Setting Orange, the 63rd of The Aftermath:
>>> Ha, I just looked at the source, it's really weird to see λ in
>>> "clojure" code.
>>
>> That's a little idiosyncrasy of mine: I've been chastised for it in
>> the past; ma
2011/12/21 Peter Danenberg :
> Quoth Aaron Cohen on Setting Orange, the 63rd of The Aftermath:
>> Ha, I just looked at the source, it's really weird to see λ in
>> "clojure" code.
>
> That's a little idiosyncrasy of mine: I've been chastised for it in
> the past; maybe `lambda' would be more readab
Quoth Aaron Cohen on Setting Orange, the 63rd of The Aftermath:
> Ha, I just looked at the source, it's really weird to see λ in
> "clojure" code.
That's a little idiosyncrasy of mine: I've been chastised for it in
the past; maybe `lambda' would be more readable?
--
You received this message bec
On Wed, Dec 21, 2011 at 12:27 PM, Peter Danenberg wrote:
> Despite Brian Carpenter's warning about torches and pitchforks [1],
> I've decided to release a reader-macros package; may Zeus forgive me
> for opening this pithos:
>
> https://github.com/klutometis/reader-macros
>
> Here's a trivial exa
Whoops: that's Brian Carper, not Carpenter.
Quoth Peter Danenberg on Setting Orange, the 63rd of The Aftermath:
> Despite Brian Carpenter's warning about torches and pitchforks [1],
> I've decided to release a reader-macros package; may Zeus forgive me
> for opening this pithos:
>
> https://git