Good (and maintained) fp librairy for Swift
Hello!
I just started Swift, I have no experience with it, but I have an FP background and I wish to translate the knowledge I have to swift (mostly FP + DDD).
I have seen that Swift natively have Result, Optional types, ADT that is very nice for functional programming but I need a little bit more (applicatives, traversable...), so I checked many librairies on the internet, same observation, they all look abandoned (swift prelude, bow...)
So my question is, what to use to do FP in Swift in 2025 ?
🙏