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
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
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
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