Y
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
nextaccountic
311 days ago
What do you mean? pun fn f() { } ? How is this weird
link
throwawaymaths
310 days ago
perfectly valid to do const f = fn (...) ... {...}
link