Series: Snake in Elm, Elm makes me happy, Elm Basics, Elm Unit Test, Elm JSON I've been having fun with Elm programming recently. Elm is a replacement… ...more
Series: Lexer, Parser, Evaluator. Finally, we get onto the actual magic of the little language I wrote (Cell) - the evaluator, which takes in syntax t… ...more
To start a programming project, we need to be able to build, format code, and run unit tests. Here's what I have found makes a sensible starting point… ...more
Series: Lexer, Parser, Evaluator My little programming language, Cell (Cell Elementary Learning Language) is designed to be simple. I want to use it t… ...more
I am learning about Elm and web apps by writing a little game called sootl. It's all SVGs animated with requestAnimationFrame(), and you control your … ...more