#programming-languages
// 5 transmissions tagged with #programming-languages

Gossamer 0.1.0 released with Rust syntax and Swift-like memory model
Gossamer 0.1.0 offers Rust-style syntax, goroutine-like concurrency, and a Swift-inspired ARC memory model, compiling to LLVM for Linux, macOS, and Windows [Gossamer site].

Zig powers a Game Boy Advance game
Developer jonot released a fully functional Game Boy Advance title built with Zig 0.12.0, demonstrating the language’s low-level capabilities on legacy hardware [Lobsters].

Python 3.15: typing, error handling, and performance updates
Python 3.15 ships with under-the-radar improvements to typing via `typing.ParamSpec`, `except*` for better error handling, and faster dictionary lookups and exception processing [Chang's Blog].

Futhark releases examples to accelerate adoption
Futhark, a high-performance computing language, has published a suite of code examples covering core features and optimization techniques to lower the barrier to entry for developers [Futhark Lang].

ai-generated code challenges python's role
AI models can generate 71% of code, potentially disrupting programming languages like Python, according to a recent survey [HN].