Hacker News new | ask | show | jobs
by lboasso 4342 days ago
Exactly if you want to return just an expression you can avoid them, otherwise if you use statements in the body of the lambda you need curly braces.
1 comments

OK, thank you both for the explanation. That does sound sane :-).