|
|
|
|
|
by creativeCak3
1615 days ago
|
|
Forgive me if this sounds ignorant, but who is using pure-functional approaches in industry? Again, please correct me if I'm wrong since I've been industry for barely 2 years: back in school functional programming looked cool, but when I entered industry(and even in my exploration through personal/OSS projects), I have found it to be nothing more for the most part than a cool toy to play with. I can somewhat see the benefit when it comes to parallelizing Big Data, but that seems to be a very special case. Again if I'm just being ignorant, please educate me :) |
|
Promises and the async/await syntax sugar on top of them are another JS construct that borrow quite a bit from functional literature.