If we know that y is an f64, when we see x *= y, we can guess that x is an f64 too. You can find the source code at codeberg.org/andybalaam/milk and … ...more
My friend Jez is back, and we make a start on a parser for the Cell language (in Rust, of course). You can find Jez at jezuk.co.uk and follow him at @… ...more
My friend Jez joins us and we talk about his new implementation of my Cell programming language in Rust, which is his first from-scratch Rust project.… ...more
When we see x *= 1.3 we need to check that x is a float - otherwise this is a compile error. You can find the source code at codeberg.org/andybalaam/… ...more
We had a weird hack in place to handle the type of an expression like x + 3 but now we can do better. Let's do it! You can find the source code at co… ...more