Thanks for the quick replies!
I'll check out the Racket/Typed Racket implementations. Between that, the
source, and the papers referenced in the notes, I'm certain I'll have a ton
of questions.
Thanks again,
Patrick
On Wednesday, April 10, 2013 4:33:47 AM UTC-4, David Nolen wrote:
>
> I thin
I think there are a variety of Clojure/ClojureScript projects here and
there that use core.match. It hasn't gotten as much uptake as I would like
as there are issues around AOT which I would like to see addressed.
I agree with Ambrose that looking at Racket's pattern matching facilities
would be i
Hi Patrick,
I'm sure David will respond on the list.
Racket's pattern matching facilities are very impressive:
http://docs.racket-lang.org/reference/match.html
FWIW the Typed Racket implementation has lots of cool examples using
pattern matching. I can be more specific if you want.
Thanks,
Ambr
Hello all,
Can anyone point me in the right direction to contacting David Nolen about
refactoring/documenting core.match?
I've done a bit of tinkering around with Erlang and it's gotten me
intrigued with the implementation of pattern matching. I'm also looking
over the papers mentioned in the