|
|
|
|
|
by tomeraberbach
546 days ago
|
|
I'm somewhat familiar with fp-ts, and I think lfi is pretty different. fp-ts seems more focused on "pure" functional programming in the style of languages like Haskell. It's much more opinionated on how you should write your code, including the data structures you should use. Plus, it's not really concerned with concurrency in the way that lfi is. I think lfi is a lot less invasive/opinionated on how you write your code. |
|