Re: Getting lhs2tex working under Win32 (was Re: ANNOUNCE: lhs2tex-1.9)

2004-01-24 Thread Andres Loeh
> Thanks for producing such a wonderful and useful tool! Nice to hear that you find it useful. Thank you very much for sharing your results. > I am pleased to report that I managed to get lhs2TeX working on Win32, > by modifying just a single byte in the source code. > 1. In the lhs2TeX sour

Re: Use of tab characters in indentation-sensitive code

2004-01-24 Thread Kirsten Chevalier
On Sat, Jan 24, 2004 at 12:21:03PM -0800, Sean L. Palmer wrote: > Why has HTML been out for many many years, and yet programming languages > still use plain ASCII text exclusively? Don't we have similar needs as > other electronic document manipulators? > Because HTML was designed as a language f

RE: Use of tab characters in indentation-sensitive code

2004-01-24 Thread Stefan Holdermans
Sean, > Why has HTML been out for many many years, and yet > programming languages still use plain ASCII text exclusively? > Don't we have similar needs as other electronic document > manipulators? Mmm ... I don't like that idea too much. And that's for a rather obvious reason actually: writi

Re: Use of tab characters in indentation-sensitive code

2004-01-24 Thread Sean L. Palmer
Why has HTML been out for many many years, and yet programming languages still use plain ASCII text exclusively? Don't we have similar needs as other electronic document manipulators? Someone should decide on a subset of HTML that is intended for programming. Then we could use *actual* indentatio

Re: Use of tab characters in indentation-sensitive code

2004-01-24 Thread Wolfgang Thaller
Graham Klyne wrote: I think that compilers should issue a warning when indentation that determines the scope of a construct is found to contain tab characters. I'd say, when it "is found to contain a mixture of tab and space characters". I have successfully written a lot of Haskell code that uses

ANNOUNCE: Cryptographic Library for Haskell

2004-01-24 Thread Dominic Steinitz
I would like to annouce a new release of the Haskell Cryptographic Library (1.1.2). See http://www.haskell.org/crypto/ReadMe.html for more details. This library collects together existing Haskell cryptographic functions. This release contains MD5 and now works with Hugs (November 2003 version). D

Re: GHC 'hslibs/win32/Win32Spawn.hs' syntax error?

2004-01-24 Thread Sven Panne
Graham Klyne wrote: I think module 'hslibs/win32/Win32Spawn.hs' as shipped with GHC has a syntax error [...] In ancient times, the calling convention was optional and the Win32 stuff hasn't been touched for a looong time... Cheers, S. ___ Haskell mail

Re: Getting lhs2tex working under Win32 (was Re: ANNOUNCE: lhs2tex-1.9)

2004-01-24 Thread Sven Panne
Antony Courtney wrote: [...]1. GHC does not use Cygwin, and produces executables that do not use the Cygwin library or understand Cygwin-style file paths. [...] Just a note: Problems like this is exactly the reason why GHC's and Hugs' configuration scripts contain monstrosities like: # Check

Haskell 98 programs

2004-01-24 Thread ru li
Hi folks I have been doing my project about benchmarking of functional languages at York University. I have got my own implementation of Sets ADT, but I also need some applications which use Sets ADT. If any readers of this mailing list have Haskell 98 programs that make use of a data type for set

Haskell 98 programs

2004-01-24 Thread ru li
Hi folks I have been doing my project about benchmarking of functional languages at York University. I have got my own implementation of Sets ADT, but I also need some applications which use Sets ADT. If any readers of this mailing list have Haskell 98 programs that make use of a data type for