Simon Willison’s Weblog

Subscribe

Sunday, 26th May 2024

Statically Typed Functional Programming with Python 3.12 (via) Oskar Wickström builds a simple expression evaluator that demonstrates some new patterns enabled by Python 3.12, incorporating the match operator, generic types and type aliases.

# 8:12 am / functionalprogramming, python

City In A Bottle – A 256 Byte Raycasting System (via) Frank Force explains his brilliant 256 byte canvas ray tracing animated cityscape demo in detail.

# 6:25 pm / demoscene, javascript, raycasting