[Haskell] Hugs Nov2003 refresh (Windows only)

2004-02-10 Thread Sigbjorn Finne
A refresh of the Hugs98 Nov2003 Windows installer is now available via http://haskell.org/hugs/ . It fixes a couple bugs in the GUI version of the interpreter, WinHugs, that people have reported. Other than that, status quo. (=> if you're not a WinHugs user, no need to update your installation.)

[Haskell] AFP 2004 - Call for Participation

2004-02-10 Thread Varmo Vene
Call for Participation 5th International Summer School on Advanced Functional Programming AFP 2004 Tartu, Estonia, 14-21 August 2004 http://www.cs.ut.ee/afp04 Background and objective

[Haskell] Ann: Pancito 2.2

2004-02-10 Thread andrew cooke
Hi, There's a new version (2.2) of Pancito (a functional images toolkit) available at http://www.acooke.org/jara/pancito - it extends 2.1 with useful output options (a progress meter and the possibility to preview a small area of an image) and better structured code (points are now a typeclass, a

[Haskell] Lectureship in Nottingham

2004-02-10 Thread Graham Hutton
Dear all, We are currently advertising a new lectureship (assistant professorship) in Nottingham, England. There are no particular research areas specified for this position, but applications in the area of the Foundations of Programming research group (http://www.cs.nott.ac.uk/Research/fop/) wou

Re: [Haskell] ANNOUNCE: HsUnix 1.0.1 - Haskell for Unix ShellScripting

2004-02-10 Thread Volker Wysk
Hi > wouldn't it be nicer to have > - mainwrapper and call combined mainwrapper catches all the exceptions. This may not be what you want. You end up ignoring errors again (except for the message). > - helper fucntions defined for execp "cat" etc Yes, this would be easy. > i haven't downloaded

Re: [Haskell] ANNOUNCE: HsUnix 1.0.1 - Haskell for Unix Shell Scripting

2004-02-10 Thread Volker Wysk
On Mon, 9 Feb 2004, Andrew Pimlott wrote: > > However, when using pipes, the exitcode of only one of the involved > > processes can be monitored. > > Let me give my frank opinion that, even though it's how shell > scripts have always worked, this should be considered broken. Well, HsUnix is somewh

Re: [Haskell] ANNOUNCE: HsUnix 1.0.1 - Haskell for Unix Shell Scripting

2004-02-10 Thread Volker Wysk
> I found GetOpt to be convenient when used properly. I would be > interested to hear your comment on my article: > http://tinyurl.com/23ya4 Your technique is quite elegant. It does essentially the same as HsUnix, when it is used the way I use it in my scripts. You can find examples in the use