top | item 42376584

(no title)

benfortuna | 1 year ago

>It has better functional programming support than Java and Python.

Sources - or just an opinion stated as fact?

discuss

order

greener_grass|1 year ago

JavaScript lambdas are better for FP than those in Python because they can be on multiple lines.

If going untyped JS, then you don't have the same restrictions as Java.

If going typed, then the TypeScript type-system is more powerful than Java's.