Re: [Haskell-cafe] Why not Darcs?

2011-04-21 Thread Erik de Castro Lopo
easier and more intuitive (at least for me) user interface. However, I do find Bzr (written in Python) slightly fragile in that I ocassionally get a huge Python backtrace when something blows up Erik -- -- Erik de Castro Lopo http

Re: [Haskell-cafe] Why not Darcs?

2011-04-21 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] http://trac.haskell.org/ not redering correctly

2011-04-17 Thread Erik de Castro Lopo
20:28:40 ERROR 404: Not Found. -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo

[Haskell-cafe] Request for library recommendations

2011-04-12 Thread Erik de Castro Lopo
implementation I'd be happy. Thanks in advance. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] is ppc64 arch registerised

2011-04-01 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] why are trading/banking industries seriously adopting FPLs???

2011-03-25 Thread Erik de Castro Lopo
-Issue7.pdf Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] How large is the Haskell community ?

2011-02-12 Thread Erik de Castro Lopo
related stuff via their Linux distribution (specifically Debian, Ubuntu and Fedora, but possibly others as well). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell

Re: [Haskell-cafe] How large is the Haskell community ?

2011-02-12 Thread Erik de Castro Lopo
% of these people post to this or other haskell mailing lists. Mailing list statistics may not be a good guide. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe

[Haskell-cafe] Problems with (projects|community).haskell.org

2011-02-09 Thread Erik de Castro Lopo
(and has been for a couple of days). Cheers, Erik [0] http://projects.haskell.org/cgi-bin/mailman/admindb/haskell-llvm -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe

Re: [Haskell-cafe] Byte Histogram

2011-02-03 Thread Erik de Castro Lopo
issues there is really difficult. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Haskell-cafe] Delivery to haskell-platf...@projects.haskell.org

2011-01-22 Thread Erik de Castro Lopo
Gale said he'd look into it. Unfortunately it is still unresolved. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Mailing lists on projects.haskell.org

2011-01-18 Thread Erik de Castro Lopo
than projects.h.o. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Mailing lists on projects.haskell.org?

2011-01-17 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: Hi all, I tried sending mail to the haskell-llvm mailing list ( AT projects.haskell.org) several days ago and today I received a bounce message. Looking into the issue a little further, I find that DNS has no MX record for projects.haskell.org

[Haskell-cafe] Mailing lists on projects.haskell.org?

2011-01-13 Thread Erik de Castro Lopo
to be listening on port 25. I would email the administrator, but that is also an @projects.h.o address and I doubt it would get through. Posting here in the hope that someone who sees this can fix it. Cheers, Erik -- -- Erik de Castro

Re: [Haskell-cafe] H98, OOHaskell - getting started with objects in Haskell

2011-01-12 Thread Erik de Castro Lopo
language where mutable data is only used in limited circumstances when there is no other way. HTH, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] H98, OOHaskell - getting started with objects in Haskell

2011-01-12 Thread Erik de Castro Lopo
code that used Ocaml's GTK+ GUI widget set bindings. These bindings expose classes/objects to the programmer so the programmer has to use OO. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] hoogle command line program on Linux

2011-01-10 Thread Erik de Castro Lopo
check it before create a package. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

Re: [Haskell-cafe] hoogle command line program on Linux

2011-01-09 Thread Erik de Castro Lopo
. oldumask - setFileCreationMask 0o022 If you need help with this, let me know. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list

[Haskell-cafe] hoogle command line program on Linux

2011-01-08 Thread Erik de Castro Lopo
to fix this without hacking the hoogles sources? I'd like to package hoogle for Debian, but first I need to get it working. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Type System vs Test Driven Development

2011-01-05 Thread Erik de Castro Lopo
/02/static-typing-considered-harmful.html Complete bollocks! Good type systems combined with good testing leads to better code than either good type systems or good testing alone. Erik -- -- Erik de Castro Lopo http://www.mega

Re: [Haskell-cafe] Type System vs Test Driven Development

2011-01-05 Thread Erik de Castro Lopo
input. For example, Don Stewart reported that the XMonad developers conciously made as much of the XMonad code pure so it was more easily testable. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Type System vs Test Driven Development

2011-01-05 Thread Erik de Castro Lopo
functions is easy and obvious in comparison to test objects with internal state. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell

Re: [Haskell-cafe] Odd profiling results

2011-01-05 Thread Erik de Castro Lopo
/ -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Odd profiling results

2011-01-04 Thread Erik de Castro Lopo
that hypothesis and that is my next task. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org

[Haskell-cafe] Odd profiling results

2011-01-03 Thread Erik de Castro Lopo
-6.12.1 (Debian package). Clues? Thanks, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-11 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-09 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] [ANNOUNCE] csound-expression - csound combinator library

2010-11-04 Thread Erik de Castro Lopo
be useful to get people started. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell-cafe] Parsing workflow

2010-10-31 Thread Erik de Castro Lopo
parts of the parser. That is avoid wrapping large combinator functions in try blocks. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe

Re: [Haskell-cafe] Re: Hackage on Linux

2010-08-28 Thread Erik de Castro Lopo
Linux), but it's not yet anywhere near the level of popularity of Windows. Your assessment is valid for user desktops but highly questionable for developer desktops. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Re: Hackage on Linux

2010-08-28 Thread Erik de Castro Lopo
Hmm, Sunday morning reply before caffeine. Erik de Castro Lopo wrote: Andrew Coppin wrote: On Linux, if I do, say, cabal install zlib, it falls over and tells me it can't find the zlib headers. So I go install them, rerun the command, and it works. On Windows, I issue the same

Re: [Haskell-cafe] Re: Hackage on Linux

2010-08-27 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Unix emulation

2010-08-22 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Unix emulation

2010-08-22 Thread Erik de Castro Lopo
. For the Haskell stuff, install the windows version of GHC using Wine (I messed with this a bit and it worked like a charm). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] System.Posix, forked processes and psuedo terminals on Linux

2010-08-21 Thread Erik de Castro Lopo
: attr - getTerminalAttributes fd setTerminalAttributes fd (withoutMode attr EnableEcho) Immediately at the top of the runParent process gave me the results I expected. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega

Re: [Haskell-cafe] Code that writes code

2010-08-21 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] System.Posix, forked processes and psuedo terminals on Linux

2010-08-20 Thread Erik de Castro Lopo
_ - fdWrite fd Forked child was here!\n (_, count) - fdRead fd 1024 _ - fdWrite fd $ Read ++ show count ++ bytes\n closeFd fd -- -- Erik de Castro Lopo http://www.mega-nerd.com

[Haskell-cafe] String vs ByteString

2010-08-13 Thread Erik de Castro Lopo
for doing this as neatly as possible? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Haskell-cafe] String vs ByteString

2010-08-13 Thread Erik de Castro Lopo
. Add Text and Data.Rope makes that problem worse, not better. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Re: String vs ByteString

2010-08-13 Thread Erik de Castro Lopo
. That just doesn't feel right to me. That is what I was trying to say whenI started this thread. Thank you. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing

Re: [Haskell-cafe] Re: String vs ByteString

2010-08-13 Thread Erik de Castro Lopo
tasks such as mangling large chunks of XML is a large part of the problem. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] Re: Handling absent maintainers

2010-08-04 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] analogous functions in Sound.File.Sndfile

2010-07-06 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Parsec combinator like Prolog's cut operator?

2010-06-30 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Parsec combinator like Prolog's cut operator?

2010-06-29 Thread Erik de Castro Lopo
. Does something like this already exist in Parsec? If not is there a way to write it? Having this would really help with a parsing problem I have. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Parsec combinator like Prolog's cut operator?

2010-06-29 Thread Erik de Castro Lopo
without success. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Type-Level Programming

2010-06-26 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] What is Haskell unsuitable for?

2010-06-17 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] Announce : New haskell-llvm mailing list.

2010-05-27 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Bug with [Double]

2010-05-19 Thread Erik de Castro Lopo
arithmetic as implemented on all modern CPUs. See: http://docs.sun.com/source/806-3568/ncg_goldberg.html You would have got similar problems with just about any language running on the same hardware. Erik -- -- Erik de Castro

Re: [Haskell-cafe] Numerical Analysis

2010-05-16 Thread Erik de Castro Lopo
done for you in the package hmatrix-static on Hackage. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] nun.haskell.org http services down?

2010-05-06 Thread Erik de Castro Lopo
? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] darcs to mercurial migration

2010-05-05 Thread Erik de Castro Lopo
://progetti.arstecnica.it/tailor/ I haven't used it myself but have heard that it has some problems. Obviously you shouldn't delete your old tree until you are 100% satisfied that the new one is intact. Erik -- -- Erik de Castro Lopo http://www.mega

Re: [Haskell-cafe] The instability of Haskell libraries

2010-04-23 Thread Erik de Castro Lopo
Thomas Hartman wrote: 1) Folks, what exactly is the situation with buildbots? If I'm not mistaken, the buildbots run *after* the package has been pushed to hackage. Thats already too too late. Erik -- -- Erik de Castro Lopo

[Haskell-cafe] Can't login to GHC trac

2010-04-13 Thread Erik de Castro Lopo
problem? Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Can't login to GHC trac

2010-04-13 Thread Erik de Castro Lopo
Daniel Fischer wrote: Am Dienstag 13 April 2010 09:29:18 schrieb Erik de Castro Lopo: Anyone else have the same problem? I have that problem with my hackage (Cabal/cabal-install) trac account (Firefox, SeaMonkey, Konqueror). It started when I forgot the password and had it mail a new

Re: [Haskell-cafe] Re: Haskell-friendly Linux Distribution

2010-03-29 Thread Erik de Castro Lopo
to the official Haskell Platform for most users not to notice. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Re: Haskell-friendly Linux Distribution

2010-03-29 Thread Erik de Castro Lopo
Ivan Miljenovic wrote: On 30 March 2010 14:33, Erik de Castro Lopo wrote: The haskell packages for Debian (I am one) You are a Haskell _package_? :p s/packages/packagers/ Although I speak for me, not the group.  - The source code package will be called haskell-foo. Is this an actual

Re: [Haskell-cafe] Re: Haskell-friendly Linux Distribution

2010-03-28 Thread Erik de Castro Lopo
of this improved process for many years to come. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

Re: [Haskell-cafe] Haskell-friendly Linux Distribution

2010-03-28 Thread Erik de Castro Lopo
situation. For my larger machine count, I would not be happy to trade my scheme for yours :-). Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing

Re: [Haskell-cafe] CUFP mailing list

2010-03-22 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Software Deployment and Distribution - WAS Re: CUFP mailing list

2010-03-22 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: Software Deployment and Distribution - WAS Re: CUFP mailing list

2010-03-22 Thread Erik de Castro Lopo
is small, even the most primitve copy protection mechanisms would probably suffice. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe

Re: [Haskell-cafe] installing Haskell

2010-03-20 Thread Erik de Castro Lopo
effective to log bugs. FWIW, I run Debian Testing and only use the Debian packaged libraries. HTH, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] installing Haskell

2010-03-19 Thread Erik de Castro Lopo
that is). The Haskell Platform: http://hackage.haskell.org/platform/ is highly recommended, especially for beginners to Haskell as it contains the compiler and a large number of useful libraries all in one package. Erik -- -- Erik de Castro

Re: [Haskell-cafe] Re: Parallel Pi

2010-03-18 Thread Erik de Castro Lopo
)2 Duo CPU T9600 @ 2.80GHz) are far superior. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org

Re: [Haskell-cafe] Re: Parallel Pi

2010-03-18 Thread Erik de Castro Lopo
and the same number of processors listed in /proc/cpuinfo can have vastly different performance characteristics. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing

Re: [Haskell-cafe] Proposal: Australian Hackathon

2010-03-16 Thread Erik de Castro Lopo
compiler is another interesting project people could work on. Cheers, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org

Re: [Haskell-cafe] compiling 32 bits haskell program on 64 bits linux

2010-03-16 Thread Erik de Castro Lopo
), the debootstrap and schroot packages are two tools that make the creation and management of chroots trivial. HTH, Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell

Re: [Haskell-cafe] If the local variable can be changed ...

2010-03-09 Thread Erik de Castro Lopo
: http://www.haskell.org/haskellwiki/DDC However, the compiler is an experimental compiler, is still incomplete and has bugs. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Linear programming in Haskell

2010-02-17 Thread Erik de Castro Lopo
(or other similar library) in hmatrix or as a separate package. I will take a look at this. I used GLPK many years ago and I found it excellent. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Re: How many Haskell Engineer I/II/IIIs are there?

2010-02-11 Thread Erik de Castro Lopo
features and/or libraries? Would be nice to see what's still missing. HTTPS support in the HTTP library. One library that JustWorks (tm) for HTTP and HTTPS. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] About code style ?

2010-02-01 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] C functional programming techniques?

2010-01-29 Thread Erik de Castro Lopo
://ccan.ozlabs.org/ Not sure if this is what you're after though. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: Re[2]: [Haskell-cafe] Re: How Can Haskell Be Saved?

2009-12-14 Thread Erik de Castro Lopo
subsystem actually (and btw, it's absent in Win9x line) Please enlighten me. How do I access the POSIX subsystem? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell

[Haskell-cafe] Re: How Can Haskell Be Saved?

2009-12-14 Thread Erik de Castro Lopo
and run in a MinGW or Cygwin shell. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Haskell-cafe] Re: How Can Haskell Be Saved?

2009-12-13 Thread Erik de Castro Lopo
in Microsoft's POSIX implementation. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo

Re: [Haskell-cafe] diff implementation in haskell

2009-12-09 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: binding to C libraries on Windows

2009-12-09 Thread Erik de Castro Lopo
Andrew Coppin wrote: Erik de Castro Lopo wrote: There are bigger problems than that. The Microsoft compiler still doesn't support large chunks of the 1999 ISO C Standard. Seriously? OK, well that's news to me. Yes, seriously: http://www.mega-nerd.com/erikd/Blog/Windiots/ms_c99

Re: pexports Was: Re: [Haskell-cafe] binding to C libraries on Windows was Low Level Audio - Writing bytes to the sound card?

2009-12-09 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] ANN: hakyll-0.1

2009-12-08 Thread Erik de Castro Lopo
licenses other than the GPL. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell-cafe] Re: ANN: hakyll-0.1

2009-12-08 Thread Erik de Castro Lopo
there is some form of concensus pass the question on the the SFLC. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] Re: ANN: hakyll-0.1

2009-12-08 Thread Erik de Castro Lopo
and/or all other contributors have assigned their rights. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http

Re: [Haskell-cafe] diff implementation in haskell

2009-12-07 Thread Erik de Castro Lopo
for the package :-). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: binding to C libraries on Windoww

2009-12-07 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Re: binding to C libraries on Windoww

2009-12-07 Thread Erik de Castro Lopo
is that they're cross-platform and freely available, unlike MS Visual Studio. These compilers are mostly C99 compliant, also unlike MS Visual Studio. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] ANN: hakyll-0.1

2009-12-07 Thread Erik de Castro Lopo
they no longer have contact with. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Are there major inefficiencies in Haskell compared to OCaml?

2009-12-04 Thread Erik de Castro Lopo
about its run time and memory usage something which can be difficult in the face of Haskell's lazy evaluation (not that I have experienced any obvious manifestations of this myself). Erik -- -- Erik de Castro Lopo http://www.mega

Re: [Haskell-cafe] I miss OO

2009-11-25 Thread Erik de Castro Lopo
/classes.html Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Graph drawing library for Haskell

2009-11-20 Thread Erik de Castro Lopo
wxDC... But by now, I really prefer to use one existing library. How about Tom Docker's Chart library: http://hackage.haskell.org/package/Chart Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Little errors in number calculations

2009-11-14 Thread Erik de Castro Lopo
why does this difference occur? It looks like the two implementations just print floating point numbers with differing amounts of precision (or rather number of digits). Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Urgent: Please suggest me for Flow Caml Compiler

2009-11-08 Thread Erik de Castro Lopo
would be a much better place to ask: http://yquem.inria.fr/cgi-bin/mailman/listinfo/caml-list Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list

Re: [Haskell-cafe] What's the deal with Clean?

2009-11-05 Thread Erik de Castro Lopo
and Mac. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] What's the deal with Clean?

2009-11-05 Thread Erik de Castro Lopo
Deniz Dogan wrote: 2009/11/5 Erik de Castro Lopo mle...@mega-nerd.com: In addition, saying 90% of all desktop computers is misleading; instead we should be talking about the computers of software developers and there, the figure is almost certainly well below 90%. Why? After all

Re: [Haskell-cafe] What's the deal with Clean?

2009-11-05 Thread Erik de Castro Lopo
-- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Master's thesis topic sought

2009-11-05 Thread Erik de Castro Lopo
Stefan Holdermans wrote: http://people.cs.uu.nl/stefan/pubs/hage08heap.html Getting connection refused on that. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com

Re: [Haskell-cafe] Master's thesis topic sought

2009-11-05 Thread Erik de Castro Lopo
Stefan Holdermans wrote: Erik, http://people.cs.uu.nl/stefan/pubs/hage08heap.html Getting connection refused on that. Don't know: it still works for me. Working for me as well now. Cheers, Erik -- -- Erik de

Re: [Haskell-cafe] What's the deal with Clean?

2009-11-03 Thread Erik de Castro Lopo
, but there are a large chunk of them in the bug tracker which are simply too deep for me with my current level of knowledge. Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe

Re: [Haskell-cafe] There is no Text.Regex module

2009-10-16 Thread Erik de Castro Lopo
install libghc6-regex-* Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

[Haskell-cafe] MTL vs Transformers?

2009-10-12 Thread Erik de Castro Lopo
stuff. Whats the preferred solution here? Erik -- -- Erik de Castro Lopo http://www.mega-nerd.com/ ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman

<    1   2   3   >