Real programming languages in 50 lines of code. Contribute to zserge/tinylangs development by creating an account on GitHub. (more…)
Read more »
I am interested in writing. I write a blog, and sometimes op-eds on issues I am passionate about. I am not a native English speaker, so I… (more…)
Read more »
The first time I used Logo, it felt like magic. I could type a short sequence of simple commands, and draw beautifully complex shapes on the screen. In this tutorial, I will show you how to parse and interpret a Logo-like language in just 70 lines of code... (more…)
Read more »
This is a fantasy mini-RPG written in python using the pygame framework. It took about four months, but it was worth it.https://github.com/justinmeister/The... (more…)
Read more »
Linked lists are fundamental data structures that every programmer should know. This article explains how to implement a simple linked list data type in Python using a functional programming style.
(more…)
Read more »