Y
Hacker News
new
|
ask
|
show
|
jobs
by
brlewis
3004 days ago
What's an example of a reasonable language that has state? I figured you had to be thinking of a pure functional language.
1 comments
kerkeslager
3004 days ago
Python, Ruby... the concern isn't so much state as that it throws the exception where the mistake actually happens instead of failing silently.
link