logoalt Hacker News

bspammeryesterday at 10:05 AM1 replyview on HN

I disagree with GP, it’s much more like Haskell than JavaScript. Function application is whitespace, functions can only have one argument, everything is an expression, let blocks are the way you define and scope variables. I see very little relation to JavaScript at all, to be honest.


Replies

otabdeveloper4yesterday at 9:40 PM

You've listed syntactic sugar, not anything about the actual language.