Daily Shaarli

All links of one day in a single page.

January 22, 2024

Welcome to pocketpy | Open Source Python interpreter in 1 file

pkpy is a lightweight(~ 15K LOC) Python interpreter for game scripting, built on C++ 17 with STL.

cpp-terminal: cpp-terminal

CPP-Terminal is a small and dependency-free C++ library for writing platform independent terminal-based applications. It follows the "Zero-overhead principle" and limits externally included files to the C++ STL.

C23: a slightly better C – Daniel Lemire's blog

One of the established and most popular programming languages is the C programming language. It is relatively easy to learn, and highly practical. Maybe surprisingly, the C programming language keeps evolving, slowly and carefully. If you have GCC 13 or LLVM (Clang) 16, you already have a compiler with some of the features from the … Continue reading C23: a slightly better C