/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

fsharpforfunandprofit.com
| | myme.no
1.9 parsecs away

Travel
| |
| | tyrrrz.me
2.2 parsecs away

Travel
| | Two months ago I wrote an article about Monadic Parser Combinators in C# and how you can use this approach to express complex recursive grammar. To extend this topic a bit, I also wanted to show how the same approach can be applied in a functional-first...
| | jobjo.github.io
1.8 parsecs away

Travel
| | Parser combinators aresets of functions for building parsers in a composable fashion. Haskell'sParsec library and OCaml'sAngstrom are two examples.Both of th...
| | maryrosecook.com
18.1 parsecs away

Travel
| Little Lisp is an interpreter that supports function invocation, lambdas, lets, ifs, numbers, strings, a few library functions, and lists. I wrote it for a l...