Did you know that you can run the compiler from sources specified in stdin? Here’s an example:
You have to specify the language for the code explicitly, since that can’t be inferred from the filename when that file data is coming from stdin:
This fact came up in conversation the other day. The result is something that is completely undebuggable, but you can do it! I’m curious if there’s actually a use case for this?