Python is for playtime; Rust is for runtime
dev.to·3d·
Discuss: DEV
🦀Rust Macros
Preview
Report Post

I have spent the last decade creating complexity. We all have.

We convinced ourselves that to put a button on a screen, we needed a build step, a virtual DOM, three state management libraries, and a hydration strategy. It was madness. (necessary madness, perhaps, but madness nonetheless).

Yesterday, I looked at the node_modules folder of a basic Next.js project. It contained 847 packages. Eight hundred and forty-seven dependencies just to render text on a screen. We built these towers of abstraction to make JavaScript palatable for human typists. We optimized for "Developer Experience" because humans make syntax errors and struggle with raw DOM manipulation.

But humans aren’t writing the code anymore.

I’ve written a [comprehensive deep-dive](https://tyingshoelaces.com…

Similar Posts

Loading similar posts...