Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
frutiger
on Feb 7, 2023
|
parent
|
context
|
favorite
| on:
All programming philosophies are about state
> FP is about evaluating expressions and it doesn't have state all over the place.
All the state is in the function stack and the instruction pointer.
EugeneOZ
on Feb 7, 2023
[–]
While you can’t read the state, it's not a “state”, it's just a chaotic mess of data in memory.
Consider applying for YC's Spring batch! Applications are open till Feb 11.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
All the state is in the function stack and the instruction pointer.