logoalt Hacker News

morpheuskafkatoday at 4:28 PM0 repliesview on HN

> For example the default output file name. It doesn't ask for an output file name when you save output.

I'm not really sure what output file even means for an interpreted language, but GCC doesn't ask either, it will spit out an a.out by default (not even .elf or something logical).