ðŠī hello visitor
// xnlogical âĒ systems programmer & game developer
A few years ago, I started learning Luau to make Roblox games
with a friend. This grew into freelancing, and eventually into a curiosity
about what lay beyond the Roblox ecosystem; so I started learning C, C++, and later Rust, which made me fall in love with the intricacy and depth of
systems programming.
Depth, to me, means not just stopping at the abstraction,
it means understanding what it hides all the way down to the
silicon. This is why I think correctness and safety shouldn't be
optional, but rather inherent.
I started the via programming language for this exact reason. Working with Luau and
JavaScript
made me realize there was no embeddable language that took safety as
a first class design choice. Technologies like
TypeScript, roblox-ts, and even Luau itself gesture
at correctness, but they're building safety on top of foundations that
were never designed for it.