Mousetail

@themousetail.bsky.social

Programmer, Code golfer, Puzzler. https://mousetail.nl

I wish people who wanted to make the world a better place wouldn't spend 99% of their energy fighting other people who want to make the world a better place in a slightly different way

I recently watched a talk about Rust and they where so enthusiastic about the `env!()` macros. They said "no other major language does that". Yet every JS bundler has a similar feature.

The JSs ecosystem's way of "you can import any type of file and just configure how that should be interpreted" is actually really nice. Every language should have that. How does an interpreted language somehow have some of the best support for compile time computation