Well, happy to lend a hand if I can whenever it pi...
# arrow
s
Well, happy to lend a hand if I can whenever it picks up
❤️ 1
a
If you want to check the current progress, it's done in https://github.com/arrow-kt/arrow/pull/1704/files
although i need to merge master into it and adapt the changes
take into account that the approach I'm following there might not be correct tho 😅 I was doing my own reasoning but it might some structural changes still
if you have any suggestion or want to change something feel free to ping me 😊
s
Great, I'll take a look.
s
Hey Scott, I’m a tad busy this week with KotlinConf. If you’re there I’d love to meet! I’m going to start working on BiFunctor IO next week. Arrow meta opens up some interesting design option for it’s implementation. There are also other very interesting contributions in Arrow Fx if you’re interested. I’d be happy to give help along the way. Some interesting other task are porting Rx concurrency operators to Reactor and building different strategies for the current purely functional tagless
Queue
impl such as
sliding
,
unbounded
, etc.
s
Would gladly meet, though unfortunately I'm in the opposite end of the world at the moment. I do need to declare that I'm reasonably new to both Kotlin and Arrow, but so far have had a nice experience getting our Java devs working with it, while using it as a vehicle for teaching FP. With that caveat in mind, I'm happy to help out wherever I could be of use.
I've raised a PR to add the extra
Queue
strategies: https://github.com/arrow-kt/arrow/pull/1832
😍 2
arrow 2
s
Awesome first contribution!! 👏