|
|
|
|
|
by olenhad
4435 days ago
|
|
For clojure, there's kern (https://github.com/blancas/kern) for parsec style parser combinators. It's quite easy to use. Ironically, I actually understood parser combinators better by reading its wiki (By understood, I mean understood how to _use_ parser combinators). Parsec was initially difficult to grasp because the type system complicated things for me then.
I only got Parsec completely after that eureka moment when I finally understood Monads. |
|
I just wanted to leave this here as if it hadn't been for twitter and the presentation, I would likely never have known about it.