Hi everyone! I'm new in FP, category theory, etc. world but a decent Kotlin developer! I want to sta...
h
Hi everyone! I'm new in FP, category theory, etc. world but a decent Kotlin developer! I want to start contributing on arrow. Mostly interested on making it multiplatform. Do you mind to introduce me some simple issues that I can jump in? ๐Ÿ˜„
Nobody responded, so I start with https://github.com/arrow-kt/arrow/issues/2144
p
I always recommend starting with some docs ๐Ÿ˜„
๐Ÿ˜„ 1
these typeclasses are undocumented
see the monad docs as an example
FunctorFilter is easy to understand, and you can follow up with TraverseFilter!
thatโ€™s also doable
h
good @pakoito! Thanks, I'll start from there ๐Ÿ™‚
thatโ€™s the implementation of FunctorFilter
itโ€™s a functor that can filter elements ๐Ÿ˜„ You need to learn about Functor first
and then kinds, from the glossary
h
I know about functor already ๐Ÿ™‚
great
p