Explore >> Select a destination


You are here

fnordig.de
| | myme.no
3.8 parsecs away

Travel
| |
| | www.lihaoyi.com
4.1 parsecs away

Travel
| |
| | andreabergia.com
3.3 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.
| | www.ncameron.org
19.3 parsecs away

Travel
| One of the more subtle aspects of Rust is how traits can be used as types. In this blog post I will attempt a bit of a deep dive into how to use traits as types and how to choose between the different forms. Preliminary: traits are not typesA type