The source is worth a quick read. It’s very tongue in cheek.
this post was submitted on 27 May 2025
9 points (100.0% liked)
Hacker News
1940 readers
513 users here now
Posts from the RSS Feed of HackerNews.
The feed sometimes contains ads and posts that have been removed by the mod team at HN.
founded 10 months ago
MODERATORS
This is kind of silly. Yes isn't slow. Just say you wanted to write something in Rust and this was the easiest thing you could think of.
How about /bin/true
int main() {
return 0;
}
it's about the size limit of safe C code that I can write.