Hacker News new | ask | show | jobs
by ars 5327 days ago
So that isn't really non-terminating compilation, but rather non-terminating execution?
2 comments

It's non-terminating execution during compilation, similar to the example elsewhere in the comments using nonterminating macro definitions in Common Lisp.

A compilation process that involves executing and waiting for the termination of a program that doesn't terminate can't itself terminate.

A non-terminating compilation is a non-terminating execution.