[Haskell-cafe] WYSIWYG literate programming

2009-01-27 Thread Massimiliano Gubinelli
Hi, I would like to advertise TeXmacs (http://www.texmacs.org/) to the Haskell comunity as a possible front-end for literate programming in Haskell (and GHCI interaction). TeXmacs is a system which allows the production of documents featuring high quality typesetting (comparable to TeX) and high

Re: [Haskell-cafe] WYSIWYG literate programming

2009-01-27 Thread Massimiliano Gubinelli
Gour-3 wrote: Massimiliano == Massimiliano Gubinelli m.gubine...@gmail.com writes: Massimiliano Hi, I would like to advertise TeXmacs Massimiliano (http://www.texmacs.org/) to the Haskell comunity as a Massimiliano possible front-end for literate programming in Haskell Massimiliano

Re: Re: [Haskell-cafe] WYSIWYG literate programming

2009-01-27 Thread Massimiliano Gubinelli
Gwern Branwen wrote: 2009/1/27 Gour : Massimiliano == Massimiliano Gubinelli writes: Massimiliano As far as Haskell is concerned, a good interface, would Massimiliano allow to bypass programs like lhs2tex or in general allow Massimiliano for beautyful editing Of course

Re: [Haskell-cafe] WYSIWYG literate programming

2009-01-27 Thread Massimiliano Gubinelli
Hi, Gour-3 wrote: Mads == Mads Lindstrøm mads_lindstr...@yahoo.dk writes: Mads I have never tried TexMacs, but newer versions of LyX do seem to Mads have a more modern interface than TexMacs. I do not know have easy Mads LyX is to modify to your needs though. Right. And LyX has(had)

Re: Re: [Haskell-cafe] walking a directory tree efficiently

2009-01-15 Thread Massimiliano Gubinelli
Hi, what about avoid the use of the unfold over the tree and construct it directly (e.g. see http://hpaste.org/13919#a3)? I wonder if there is (an easy) possibility to construct the tree lazily so that output start immediately for large trees. best, Massimiliano Gubinelli -- View this message

[Haskell-cafe] Re: Pattern combinators

2009-01-03 Thread Massimiliano Gubinelli
matching functions like suggested in the paper. Since I'm an Haskell begineer I would appreciate very much comments or suggestions for improvements. Best, Massimiliano Gubinelli Here the code: --- {-# LANGUAGE TypeFamilies, MultiParamTypeClasses, FlexibleInstances

[Haskell-cafe] space leak?

2007-11-02 Thread Massimiliano Gubinelli
(which is a DVI interpreter) so there I will have also some StateT and more complicated opcodes. I would like to know what is wrong with the above code. Could someone help me? thanks, Massimiliano Gubinelli ___ Haskell-Cafe mailing list Haskell-Cafe