as i try to match what i know to Arrow, it keeps r...
# arrow
j
as i try to match what i know to Arrow, it keeps recurring to me that i might be wasting my time if i want kotlin-mpp, though "pure" functional code and idioms is definitely a good thing to have. but knowing this, and settling for JVM to get work done, does arrow make a good intro to native languages mentioned in here that are purportedly more productive?
r
Arrow’s goal is Kotlin MPP, that is why Arrow Meta targets the IR backend which is multiplatform once completed
Arrow will be MPP by 1.0
There is a set of things that don’t depend on the Arrow team but we are removing all dependencies to the JVM.
j
no more jvm runtime deps or !JVM buildtime also?
r
Arrow will be published for JVM, JS and Native and each version will include any necessary runtime. In practice this is accomplished by using the IR backend once it’s ready in the Kotlin compiler and just removing our current runtime deps on the JVM.