A Rust Shaped Hole
mnvr.in·16w·
Flag this post

By a process of elimination, I’ve arrived at a conclusion that I should write Rust, or at least give it a rigorous try.


Let us say I want to write a “native” program.

This train of thought started with wanting to write a program, an xfdesktop replacement, that can serve as my desktop background, slowly meandering though a pastel game of life, or floating through a Mandelbrot set. But the specifics are not relevant, because I find myself on the same train when thinking of other native programs, CLI tools, etc that I want to write.

My weapon of choice is TypeScript, a sword mighty yet light to wield, cutting through problems like butter. TypeScript also compiles to JavaScript, so it runs everywhere. Or does it?

While I can jump through hoops to compile JavaScript into a binar…

Similar Posts

Loading similar posts...