I wanted something with Java's clean syntax, Rust's memory safety, and C's raw speed. Nothing out there gave me all three so I just built it myself.
That's Arden. A compiled, statically typed language that compiles to native machine code through LLV...
Most language posts sell syntax.
I care more about this: edit code -> get signal fast.
Arden is a native systems language built around that loop:
native output via LLVM
strict static checks types, borrowing, effects
one CLI that handles bui...