Y
Hacker News
new
|
ask
|
show
|
jobs
by
dickson
3987 days ago
Tail recursion optimization, lazy evaluation
2 comments
sabarjp
3987 days ago
Tail recursion optimization is in ES6. Lazy Evaluation is provided in multiple libraries, including lazy.js.
There are also several libraries with pure functional implementations (ex: bilby)
link
Lazare
3987 days ago
If you're listing a core language feature as something that "can't be done in that language", you may not understand the language as well as you think.
link
There are also several libraries with pure functional implementations (ex: bilby)