Explore >> Select a destination


You are here

arunraghavan.net
| | fsharpforfunandprofit.com
12.0 parsecs away

Travel
| | 15 or so combinators that can be combined to parse almost anything
| | andreabergia.com
8.2 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.
| | gilmi.me
7.5 parsecs away

Travel
| | ?m.me - Compiling Lisp to JavaScript from scratch in 350 LOC
| | pmig96.wordpress.com
48.3 parsecs away

Travel
| When I heard of WebAssembly (WASM for short) a few years ago, I thought: take your C program, compile it to WASM and the browser will simply run it, right? Well, WASM is not (yet) a first-class citizen in the browser world. It does not have access to all APIs and resources that JavaScript has....