I am a Scala beginner and coming from Object Oriented Paradigm. While understanding Functional programming part of Scala, I was directed to Haskell - the pure Functional programming language.
Exploring SO question-answers, I found that Java - Haskell has interoperability.
I am curious to know that similarly does Scala-Haskell interoperability exist or not?
Can a function library written in Haskell be used in Scala application?
As per answer given by Don Stewart: It is possible.
Integration of Haskell Function Library in Scala application will be straight and easy or will require complicated tweaks?
With integrated Haskell Function Library, the Scala application will run on JVM or will require different arrangement?