Hacker News new | ask | show | jobs
by mark38848 311 days ago
Yes also the function syntax is weird and ugly because functions aren't expressions.
2 comments

What do you mean? pun fn f() { } ? How is this weird
perfectly valid to do const f = fn (...) ... {...}