Articles
Programming patterns, language design, and best practices.
Intent-Driven Design
How Stone trades low-level control for clarity of intent — and why that makes programs faster, not slower.
2026-03-06How Stone Is Fast
How language design decisions enable C-level performance — from immutability to inline BLAS compilation.
2026-03-06The Case Against Rebinding
Why reusing variable names undermines clarity — and how immutable bindings produce better code.
2026-03-06Naming Things Is Engineering
Why Stone treats naming as infrastructure: readable, consistent, transparent, and useful to both people and AI.
2026-07-06