Making your own programming language is easier than you think (but also harder)
Summary
A personal blog post detailing the author's journey building a custom programming language (pslang), including design goals, architecture (interpreter and JIT/Aarch64 compiler), and future plans, with practical insights into language design trade-offs.