Building Dynamic Dispatch in ChocoPy: From Concept to Code
Posted on May 19, 2025It feels like ages since I last shared a post here. But the time has come for a new quest—one that dives into the core of object-oriented programming: runtime polymorphism. It struck me how often we…
Read full postSKI Calculus - A variable-free programming language
Posted on May 22, 2024This post is a beginning of a new series with a new tag called "programming languages". I plan to discuss interesting ideas behind programming languages. This post is devoted to a very simple form of…
Read full postMaking WinZigC programs debuggable
Posted on March 24, 2024After compiling a WinZigC program into machine code, it is possible to execute it and observe the standard output in the terminal if at least one output statement is used to print the results. However…
Read full post