Y
Hacker News
new
|
ask
|
show
|
jobs
by
fire_lake
454 days ago
And even then, execution depends on your language and compiler.
Write a recursive BFS in Haskell and it won’t blow up the stack.
1 comments
hyperbrainer
454 days ago
Any language with decent TCO won't do that. Python is the only big language that I can think of that doesn't do it.
link
fire_lake
453 days ago
Guaranteed TCO is pretty rare unfortunately.
Java, Go, JavaScript all lack it.
link
hyperbrainer
452 days ago
Actually, you are right.
link