/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

nickdesaulniers.github.io
| | aosabook.org
2.7 parsecs away

Travel
| |
| | ketansingh.me
2.0 parsecs away

Travel
| | A place for me to share my thoughts, experiences, and insights on technology relevant to enthusiasts and hackers like myself
| | benhoyt.com
3.0 parsecs away

Travel
| | Mugo is a single-pass compiler for a tiny subset of the Go programming language - just enough to compile itself.
| | andreabergia.com
23.8 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.