Hacker News new | ask | show | jobs
by stevefolta 801 days ago
> Unlike python, however, you can’t just call an interpreter to run this program.

Sure you can: "tcc -run hello.c". Okay, technically that's an in-memory compiler rather than an interpreter.

For extra geek points, have your program say "Hellorld" instead of "Hello world".