/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

boxbase.org
| | chadaustin.me
2.9 parsecs away

Travel
| | This may be the only time I weigh in on the static vs. dynamic typing discussion. Each side has its extreme proponents, and people differ in their ability and desire to work in systems with implicit invariants. Many years ago, back when Java and C++ were the Mainstream Languages and Python was the shiny new up-and-comer, I read Bruce Eckel's arguments in support of dynamically typed languages, and some of the nonobvious (at the time) ways you can get more done at higher quality in a more flexible languag...
| | jao.io
2.8 parsecs away

Travel
| |
| | ruudvanasseldonk.com
4.4 parsecs away

Travel
| | I am adding a type system to RCL, my configuration language. In part 1, I explain what I want from the type system.
| | mitchellh.com
25.2 parsecs away

Travel
| [AI summary] This article explains how the Zig programming language tokenizer works, detailing its design, token structure, and role in the compiler pipeline.