Development Updates MiniScript 2 got a solid round of command-line quality-of-life improvements this week. Joe added editable input history, searchable REPL history ( !? foo style queries), and a new _in / _out history model; he also fixed some extra blank lines in the REPL. On the raylib side, raylib-miniscript moved forward nicely with raylib now pinned to 6.0 as a git submodule, plus a bump to version 0.3 . Even better, every API now has a code example in the wiki , along with a new Raylib Types page to help map Raylib structures into MiniScript. In the Mini Micro channel, Joe explained display layering and mode switching in detail, and users kicked around some "worst sorting algorithm" ideas just for fun. Community Projects Zaxabock shared a playful MiniScript experiment called PseudoLambda : GitHub repo . It defines lambda-like expressions using Joe’s eval support, and it looks like a fun little throwback while waiting on more language features.…