operating-function / pallas

An event sourced, purely functional application platform.
https://opfn.gitbook.io/pallas
Other
40 stars 0 forks source link

F#-style function pipelining #16

Open cvanetten opened 2 months ago

cvanetten commented 2 months ago

This came from a developer interview. Based on his own experience designing functional languages, he feels that we need to provide a way to apply functions left to right and another one way that is right to left. This allows for more complexing chaining, as in F#