Explore >> Select a destination


You are here

wimvanderbauwhede.codeberg.page
| | particularvirtue.blogspot.com
1.8 parsecs away

Travel
| | Algebraic data types are a fantastic way to make code clearer. They're used all the time in Haskell, because they're a fundamental part of t...
| | fsharpforfunandprofit.com
1.7 parsecs away

Travel
| | Building a parser combinator library from scratch
| | andreabergia.com
2.5 parsecs away

Travel
| | I usually write parsers by starting from a grammar and either coding a lexer/parser by hand or relying on tools such as the fantastic Antlr. However, a friend recently introduced me to parser combinators, which I found to be very interesting and useful. It's not a recent idea, but it was new to me, and I have found it to be very interesting and useful.
| | argumatronic.com
18.2 parsecs away

Travel
| Occasional writings about Haskell.