re: pendantic terminology question
@aescling throwing is a runtime concept
re: pendantic terminology question
@wallhackio what do you mean by this response?
re: pendantic terminology question
@aescling an error/exception is thrown at runtime. you cant throw an error during compilation its a non-sequitor
re: pendantic terminology question
@wallhackio compilers don’t have runtimes?
re: pendantic terminology question
@wallhackio what if the implementation throws runtime exceptions as the most convenient way of short-circuiting on discovering an error?
re: pendantic terminology question
@aescling @aescling yeah they can but you cant guarantee that a compiler deciding not to compile code is an exception. thats an implementation detail/design choice