Re: [Haskell-cafe] Compiling a haskell project as a shared library and loading it in C/C++

2012-09-02 Thread A.M.
On 09/01/2012 12:13 AM, Farid Neshat wrote: So I'm trying to follow [this blog][1]. So I tried the code, couldn't compile the haskell part, probably due to the fact the guide uses version 6, but I have version 7 of ghc. By changing the paramaters I could compile it with the following: ghc

[Haskell-cafe] crash in hs_init_ghc

2012-06-28 Thread A.M.
Hello, I am trying to load a Haskell module in a C program as a dynamically-loaded plugin via FFI. I am able to compile and link successfully, but I find the following crash. #0 0x7f16147da9e7 in ?? () from /usr/lib/ghc/libHSrts_debug-ghc7.4.1.so #1 0x7f16147e0970 in hs_init_ghc ()

Re: [Haskell-cafe] [haskell-cafe] Some reflections on Haskell

2012-02-16 Thread A.M.
On 16/02/2012, at 12:21 PM, Christoph Breitkopf wrote: Apart from the IDE matter, I'd also would like to see some sort of rating system on Hackage, or at least some support to choose between the available packages. Indicators might be popularity, actively maintained, age, ... Many

Re: [Haskell-cafe] Categorized Weaknesses from the State of Haskell 2011 Survey

2011-09-13 Thread A.M.
On Sep 13, 2011, at 7:38 PM, Michael Orlitzky wrote: One thing I am puzzled about, is just how extremely difficult it must be, to click on Detailed documentation of the HaXml APIs from the HaXml homepage, look for a moment until you see Text.XML.HaXml.Parse in the list of modules, click on

Re: [Haskell-cafe] haskell or lazy functional as procedure language

2011-08-24 Thread A.M.
On Aug 24, 2011, at 1:43 PM, Permjacov Evgeniy wrote: Ok, I know, I want something strange. But consider situation, when one is starting a project and finds, that he need s 1) ACID relational storage 2) Power of good RDBMS system (postgresql for example) 3) Power of some very hight level