Re: [Haskell-cafe] FFI - Approaches to C/C++

2013-02-04 Thread Carlo Hamalainen
joeyadams tries to make IO-manager for > windows, but all this isn't going to see the light of day for a while, > at least until 7.8.1. > What did you use for the GUI? WxWidgets? I'm interested in this case because I develop a cross-platform Python GUI application and would like to

Re: [Haskell-cafe] derivatives and integrals

2013-02-26 Thread Carlo Hamalainen
hat they use. > Not sure about any Haskell-based systems, but I can recommend Sage, a Python-based mathematics software system, which includes Maxima: http://sagemath.org/ -- Carlo Hamalainen http://carlo-hamalainen.net ___ Haskell-Cafe ma

Re: [Haskell-cafe] simple parsec question

2013-03-04 Thread Carlo Hamalainen
e the definition of content. * I haven't tested this code on very large inputs. * I slightly changed the definition of Content to have a list of Strings, one for each line. I'm sure this could be altered if you wanted to retain all whitespace. * I am still new to Parsec, so don't

Re: [Haskell-cafe] Need some advice around lazy IO

2013-03-16 Thread Carlo Hamalainen
m.IO.Strict as S and then using S.readFile instead of the standard prelude's readFile. This is where I used the strict IO readFile in my toy project: https://github.com/carlohamalainen/checker/blob/master/Checker.hs -- Carlo Hamalainen http://carlo-hamalainen.net _

Re: [Haskell-cafe] mapFst and mapSnd

2013-05-29 Thread Carlo Hamalainen
irst (trimPathPrefix path) 3 suggestions Some people that I know have HLint incorporated into their vim sessions, I think using Syntastic. Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Promoting Haskell via Youtube movies

2013-06-18 Thread Carlo Hamalainen
On 18/06/13 04:23, Mihai Maruseac wrote: I was wondering if we have similar movies for Haskell as https://www.youtube.com/watch?v=kLO1djacsfg and https://www.youtube.com/watch?v=E3418SeWZfQ exist for Java. I indend to give them to some people to make them intrigued by the language and start lear

[Haskell-cafe] Installling Leksah on ghc7.6.3 with haskell-platform 2013?

2013-06-19 Thread Carlo Hamalainen
Hi, I'm trying to install Leksah from hackage on my Debian testing laptop, which has ghc 7.6.3 and the Haskell Platform 2013. I fixed a bunch of errors about "catch" not being exported from the Prelude, but now I'm stuck on these two errors in leksah-server-0.8.0.5: [10 of 13] Compiling IDE.

Re: [Haskell-cafe] Installling Leksah on ghc7.6.3 with haskell-platform 2013?

2013-08-09 Thread Carlo Hamalainen
On 09/08/13 16:35, Hamish Mackenzie wrote: You will need Leksah 0.13 for GHC 7.6.3 and it is not in Hackage yet. It is almost ready though. If run git clone https://github.com/leksah/leksah.git cd leksah cabal install cabal-meta cabal-src cabal-meta install It would be interesting to know if

[Haskell-cafe] Haskell meetups near Lund, Sweden?

2013-08-23 Thread Carlo Hamalainen
Hi, Are there any Haskell or FP meetups near Lund, Sweden? I will be living there from October. Cheers, -- Carlo Hamalainen http://carlo-hamalainen.net ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo