Hi, all.

I am quite excited to announce my project Akar – 
https://github.com/missingfaktor/akar. It's a pattern matching library for 
Clojure, wherein the patterns are first class values (just functions, 
actually). Akar patterns can be manipulated, composed, abstracted over, 
like any other functions. In fact, this is exactly how various pattern 
operations, such as guards, alternation, and views are implemented in Akar. 
The library also features a syntactic layer that makes common use cases 
convenient, but at the same time stays true to the first-class spirit of 
the core model. 

The library comes with a full-blown *tutorial* 
<https://github.com/missingfaktor/akar/blob/master/TUTORIAL.md> and also 
covers some FAQs <https://github.com/missingfaktor/akar/blob/master/FAQs.md>
.

I made the first release - 0.1.0 - today.

I hope you guys like it, and find it useful! Feedback, constructive 
criticism, PRs are most welcome.

Best,
Rahul

-- 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to