|
|
|
|
|
by gherkinnn
1264 days ago
|
|
The library itself is fine. The problem I see is twisting JS/TS in to a language it is not. JS simply does not lend itself to currying, data-last signatures, piping, and pattern matching like an ML family language does. And as you can tell by the Ramda typings, neither does the TS type system. [0] You will forever fight an uphill battle against every single tutorial and piece of documentation and colleague when going down this path. I don't think the effort is worth it. 0 - https://github.com/DefinitelyTyped/DefinitelyTyped/blob/dc9b... |
|
https://github.com/tc39/proposal-pipeline-operator https://github.com/tc39/proposal-pattern-matching