The pieces that are mostly JVM only is the type class resolution which we plan on getting rid of as soon as we find an encoding for type classes that does not require that. Once we ave that we will attempt making arrow cross platform.
👍 3
g
gildor
03/13/2018, 10:39 AM
What is “the type class resolution”?
p
pakoito
03/13/2018, 1:55 PM
Runtime lookup of typeclasses using inline reified methods. We're moving to a mix of 'typeclassless' pattern and dagger 2 injection
pakoito
03/13/2018, 1:55 PM
but as it is right now it uses jvm reflection, which is limiting