/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

oldblog.antirez.com
| | healeycodes.com
1.5 parsecs away

Travel
| | Writing an interpreter from scratch.
| | zserge.com
2.6 parsecs away

Travel
| | Explore PL/0, a simplified subset of Pascal, and learn how to build a lexer, a parser and an interpreter from scratch.
| | benhoyt.com
3.5 parsecs away

Travel
| | LoxLox is an interpreter for Crafting Interpreters' Lox programming language written in Lox!
| | davmac.wordpress.com
18.8 parsecs away

Travel
| A discussion of undefined behaviour and compiler optimisation, particularly in regards to signed integer overflow. C (and C++) compilers are becoming notorious for exploiting the notion of undefined behaviour - the idea that certain things a program might do have no behaviour proscribed by the language standard, and that the compiler can assume the program...