Back in February, I put together Lua 5.4 using Cosmopolitan
Libc as a quick proof-of-concept, and that led to Lua 5.4 being
vendored as part of the Cosmopolitan repository on Github, along
with many other interesting developments. It’s pretty exciting to ... (more…)
Read more »
A minimal, yet valid double-entry accounting system in Python. - GitHub - epogrebnyak/abacus: A minimal, yet valid double-entry accounting system in Python. (more…)
Read more »
Source code: Lib/decimal.py The decimal module provides support for fast correctly rounded decimal floating point arithmetic. It offers several advantages over the float datatype: Decimal “is based... (more…)
Read more »
We're going to write a clone of Arkanoid (Breakout) using Python and PyGame Zero. In this post, I want to show you how easy it is to write a simple game. Let's get started! All the code is available here: https://github.com/shantnu/arkanoid-clone The imag... (more…)
Read more »