DEV Community

Discussion on: The Coolest Programming Language Features

Collapse
 
johnpaulada profile image
John Paul Ada

Yeah something like in F#!
Here's an example in ReasonML: 2ality.com/2017/12/functions-reaso...

Thread Thread
 
renegadecoder94 profile image
Jeremy Grifski

Awesome! Instead of nesting function calls, you can chain them. And, you don’t have to do anything special like making all methods return the same instance. I like that a lot.