Hi,
I have an idea (which has probably already been had) - Haskell seems
to be extremely powerful in terms of defining algorithms, but fairly
light-on in terms of graphical output.
Java, on the other hand, has a very nice OO-based graphical output
system, as well as some handy and easy-to-use networking/file-writing
capabilities.
What I want to know is - what would be the best way to run a haskell
function as a method in a Java class? (And how would I do this...)
Alternatively, would it be possible to implement the Java class
libraries through Haskell? This would have the advantage of doing it
Right.....
-Shane