Development Updates MiniScript 2.0 saw a bunch of steady progress this week, especially around garbage collection and string handling. Joe landed a new gc intrinsic with gc.collect and gc.stats methods, plus fixes for runtime error reporting and several VM/refactoring issues in the miniscript2 branch. The dev log and recent commits are worth a look if you enjoy following the architecture work: DEV_LOG , recent commits . A notable performance decision also got locked in: separate int storage was removed, and all numbers are now double . Joe reported no meaningful benchmark difference, so the simpler design wins here — a great example of keeping the internals elegant without sacrificing speed. Community Projects If you’ve been meaning to get started with Mini Micro, Joe’s been actively pointing newcomers toward the quickstart and the built-in demos.…