Re: [Haskell-cafe] Haskell Indonesia

2010-06-18 Thread Jean-Denis Koeck
Hi! I'm of Indonesian descent (by my mother) and I'll be there this summer. Nice to meet you! Jean-Denis 2010/6/15 vipex.id vipex...@gmail.com Hi, I'm new in Haskell wondering is there Indonesian people using Haskell here. Nice meet* you all :) Regards, vipex

Re: [Haskell-cafe] How does one get off haskell?

2010-06-17 Thread Jean-Denis Koeck
Maybe you should trying getting on Scala or Clojure projects ? Though they aren't many of them for now :( 2010/6/17 Günther Schmidt gue.schm...@web.de Hi list, I'm facing a really tough problem. About 3 years ago I stopped doing freelance and quite nicely paid projects in Java, PHP and C#.

Re: [Haskell-cafe] Re: libraries [was GUI haters]

2010-04-05 Thread Jean-Denis Koeck
I'm building a desktop application using Haskell for the logic and Qt/C++ for the GUI (the haskell source is foreign-exported into a shared library). It's been hard to pull off, but it works quite well when you get past the compilation issues. Question to the Mac users on the list: do you find

[Haskell-cafe] Compiling a shared library on MacOS X

2010-01-03 Thread Jean-Denis Koeck
on MacOS X :( Any idea ? Jean-Denis Koeck ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Re: Compiling a shared library on MacOS X

2010-01-03 Thread Jean-Denis Koeck
According to the manual, I have to use the -shared flag to compile a library. But I get the following error: link: GHC not built to link this way: LinkDynLib Guess I have to recompile ghc ! 2010/1/3 Jean-Denis Koeck jdko...@gmail.com Hello, I'm using the following cabal file to build