Progress Well, it's been just over a year since my last blog post, I've been working on the Symbol Table (also changing jobs - so a bit...
Why are tabs, spaces, braces and semi-colons so divisive? · Syntax Background In my previous post, I made the argument for a lot more constructs. But...
Functions and Classes just aren't enough · Background In my previous post I covered immutability and touched on the first construct; the constant. EK9...
Immutability; const doesn't cut it · Background In my previous post I dealt with flow control and mentioned immutability. But why is immutability...
Are early returns really more trouble than they are worth? · Background In my previous post I outlined the need for a range of new modern types...
Integer, Float, String types aren't enough · Background In my previous post I concluded that both Object Oriented and Function programming should be...