Re: [Haskell-cafe] Question on Exercise from SOE

2004-07-04 Thread Andrei de A. Formiga
I have to second that... even having previous experience with other functional languages and some other books on the subject, "Yet Another Haskell Tutorial" was a very good read. I am waiting to see the parts that remain to be finished. --- []s, Andrei de A. Formiga --- wil

[Haskell-cafe] Modules and files

2004-06-14 Thread Andrei de A. Formiga
Hi, Is it possible to have more than one module defined in a single file ? As far as I can tell, the Haskell Report doesn't prohibit this, but so far my tests with hugs and ghc indicate they don't accept multi-module files. Is this standard ? Thanks. --- []s, Andrei de

[Haskell-cafe] Calling Haskell from Java

2004-06-11 Thread Andrei de A. Formiga
Greetings, I need to call Haskell functions from a Java program. In the Java side, I can use JNI, which expects C-call functions exported from dynamically linked libraries. So, a primitive way to get what I want is to generate a dynamic library from Haskell code with exported ccall function

Re: [Haskell-cafe] Toy application advice wanted

2004-05-05 Thread Andrei de A. Formiga
I'm finding wxHaskell very nice, and a wxWidgets binding is something many other "advanced" languages don't have (even OCaml). The only downside is having a 'Hello World' GUI application with 7 Mb... but it runs quite well and smooth once it's loa