Re: [Haskell-cafe] Mathematics and Statistics libraries

2012-03-25 Thread Tom Doris
stuff like inline help to Just Work. Tom On 25 March 2012 08:26, Heinrich Apfelmus apfel...@quantentunnel.de wrote: Tom Doris wrote: If you're interested in UI work, ideally we'd have something similar to RStudio as an environment, a simple set of windows encapsulating an editor, a repl

Re: [Haskell-cafe] Mathematics and Statistics libraries

2012-03-24 Thread Tom Doris
If the goal is to help Haskell be a more acceptable choice for general statistical analysis tasks, then hmatrix, statistics, and the various gsl wrappers already provide the majority of the functionality needed. I think the bigger problem is that there is no guidance on which libraries are

Re: [Haskell-cafe] empty fields are dropped in bytestring csv

2012-02-18 Thread Tom Doris
) = {-# SCC plineb #-} Item x : Comma : pline rs pline (Comma : []) = {-# SCC plinec #-} Comma : Item S.empty : Comma : Item S.empty : [] pline (Comma : rs) = {-# SCC plined #-} Item S.empty : Comma : pline rs pline (Newline : rs ) = [] pline [] = [] On 17 February 2012 23:16, Tom Doris tomdo

[Haskell-cafe] empty fields are dropped in bytestring csv

2012-02-17 Thread Tom Doris
the bytestring-csv package appears to have a bug whereby empty fields are dropped completely from the row, which is different to Text.CSV , which will return an empty field in the parse result. I'd argue this is a bug in bytestring-csv, anyone know whether this has been raised before, or know of a

[Haskell-cafe] hmatrix under ghci on x86_64

2012-02-13 Thread Tom Doris
I'm using ghci + hmatrix and a few other packages as a Haskell based replacement for Matlab, everything works well so far in terms of available functionality. However, I have encountered an issue when running in ghci on x86_64 systems - calls into functions that in turn call gsl functions will

[Haskell-cafe] library-profiling default

2011-08-04 Thread Tom Doris
Hi Is there a good reason that the default for library-profiling in .cabal/config is set to False? It seems a lot of people hit the problem of trying to profile for the first time, finding it doesn't work because profiling libraries haven't been installed, then they have to walk the dependencies

[Haskell-cafe] Data.Judy

2010-10-12 Thread Tom Doris
Hi, Are there any plans to extent the current Data.Judy package to include bindings to JudySL and JudyHS? There's a standalone binding to JudySL by Andrew Choi that is usable but it would of course be better to have the functionality in the Data.Judy package proper. Thanks Tom

[Haskell-cafe] chart broken under 6.12 according to criterion

2010-07-01 Thread Tom Doris
According to the criterion.cabal file shipped with the latest (0.5.0.1) version of criterion, the Chart package is broken under GHC 6.12: flag Chart ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

[Haskell-cafe] Re: chart broken under 6.12 according to criterion

2010-07-01 Thread Tom Doris
, previous email sent prematurely!) Tom On 1 July 2010 10:16, Tom Doris tomdo...@gmail.com wrote: According to the criterion.cabal file shipped with the latest (0.5.0.1) version of criterion, the Chart package is broken under GHC 6.12: flag Chart