Skip to content

Comment on A Lisp adventure on the calm waters of the dead C (2021)parent

Comments

The author may be eloquent, but unfortunately calls imperative operators, like while, "functions".

Imperative code is a function from one program state to another.

That concept is not reified in the imperative language in any meaningful way. There is no actual function from the program state, to the next state as a language construct. Even if there were, it would be in a different category from the while loop and its ilk.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.