Hacker News new | ask | show | jobs
by kbr 2509 days ago
Sorry about that haha, the style of programming in this guide is very different from C++, and it relies heavily on currying and lambda functions using next-generation JavaScript syntax. Nonetheless, I think it can offer a new perspective because JS is more comfortable than Haskell for most developers.
1 comments

Oh I'm fine with all those concepts. C++ has anonymous functions, and I'm a Haskell programmer too. But whatever syntax JavaScript uses is not standard across other imperative languages.
My bad then, that's fair. JS has been deviating from C-style syntax and it really shows in this article haha