Remix.run Logo
112233 3 hours ago

What did I just read?

> Ever wonder why we need operating systems? They’re elaborate workarounds for the functional programming concept.

> An OS converts long-running synchronous flows of function-calling-function behavior into state machines by silently saving state somewhere deep in the system (process descriptors, stack frames, registers).

Half of the article is common sense, relatable sentiment (e.g., that FP as abstraction is really mismatched with how CPUs work).

And then there are head scratchers like the quoted bit.