Re: Gif writer module

1998-09-18 Thread Will Partain
"Keith S. Wansbrough" <[EMAIL PROTECTED]> writes: > ... Having a single unified repository for Haskell modules would > be a wonderful thing. Does anyone else agree? Yes, lots of people agree, most importantly Sigbjorn :-) We (Glaswegians) tried to do a "Haskell library" in the early days, but

Re: Gif writer module

1998-09-18 Thread Keith S. Wansbrough
> > Without any intention of denigrating excellent work in Haskell, is > > there any reason to prefer this over gnuplot? What is it? > > What can I answer here on "what is it?"? See for yourself > on my html page - I am not hiding anything. Far from being > finished (for exampl

Re: Gif writer module

1998-09-18 Thread Jan Skibinski
On 18 Sep 1998, Will Partain wrote: [cut] > We (Glaswegians) tried to do a "Haskell library" in the > early days, but not much came of it except for Stephen > Bevan's numerical code. But that's no reason not to swing > 'round and try again; after all, there should be *much* more > Haskell cod

Revamped haskell.org / repositories

1998-09-18 Thread John C. Peterson
We would like to invite everyone to check out the "all new" haskell.org. I've added a section on using Haskell in classes (thanks again to all who responded!) and Olaf Chitil has integrated haskell.org with his Haskell site to produce a much nicer web site. Olaf did all the hard work on this - I

RE: Gif writer module

1998-09-18 Thread Emery Berger
Gnuplot *does* provide GIF output: set term gif set output "foo.gif" ... -- Emery -- Emery Berger ([EMAIL PROTECTED]) | Parallel Programming http://www.cs.utexas.edu/users/emery | & Multiprocessing MP Groups The University of Texas at Austin| Dept. of Computer Sciences > -Origin

Re: code for XML things? sysadmin things?

1998-09-18 Thread Erik Meijer
>Hi, folks. I'm noodling around on some (Unix) sysadmin >ideas, and would like to use Haskell and XML >(http://www.xml.com). Does anyone have code to share that >might be *vaguely* useful for XML-ish things? -- I'm mainly >interested in it as a data-exchange format. Or for any >sysadmin-ish p

Re: Gif writer module

1998-09-18 Thread Jan Skibinski
> Without any intention of denigrating excellent work in Haskell, is > there any reason to prefer this over gnuplot? What is it? > What can I answer here on "what is it?"? See for yourself on my html page - I am not hiding anything. Far from being finished (for example

code for XML things? sysadmin things?

1998-09-18 Thread Will Partain
Hi, folks. I'm noodling around on some (Unix) sysadmin ideas, and would like to use Haskell and XML (http://www.xml.com). Does anyone have code to share that might be *vaguely* useful for XML-ish things? -- I'm mainly interested in it as a data-exchange format. Or for any sysadmin-ish purpose w

Re: Gif writer module

1998-09-18 Thread David Barton
Jan Skibinski writes: I needed a simple tool - capable of producing GIF based plots from within Haskell programs. Such plots can be then incorporated into HTML reports, to literate Haskell programs, or to combination of both. So I wrote one - available at http://www.nu