Tag Archive: Programming

How to write a DSL (in Python with Lark)

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... View Article

9 Comments

Zen, Art and Programming

The main advantage of having no readership is that I have very few restrictions on what to write about. (the main disadvantage is obvious) So in this post, I would like to tell a short zen story - Art On my first drawing lesson (sketching,... View Article

1 Comment