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
Series: Lexer, Parser, Evaluator I wrote a little programming language, Cell which is supposed to be simple enough to help explain how a programming l… ...more
I feel the title of this post over-promises, since I was not able to make an example that seemed simple to me. Anyway, here is a near-minimal example … ...more