I\'m looking an efficient way of executing Haskell functions from within a Java program. I\'ve considered the use of exec() to interact with GHC, but it seems like there sho
See Interfacing with other languages: Java on the Haskell wiki.