AW: Binary I/O in haskell.

2003-01-28 Thread Markus . Schnell
I tried this also, reading in WAV-Files as a String and then converting it into the appropriate format. That was really nearly infinitely slow. Now I'm doing all low-level sample and sound card stuff in C and use Haskell to controll it. It's a good balance, I think. I guess it would be possible pur

Re: Binary I/O in haskell.

2003-01-28 Thread Immanuel Litzroth
If you dont want to wait for libraries in development, the easiest way to do real binary IO is via hGetArray and hPutArray which let you get and put raw arrays of bytes (Word8). unfortunatly, there is no way to do binary IO in pure Haskell 98. http://haskell.cs.yale.edu/ghc/docs/latest/html/base

RDP'03 - Second announcement

2003-01-28 Thread German Vidal
[Apologies for multiple copies of this announcement] RDP'03 - Second announcement Federated Conference on Rewriting, Deduction and Programming (RDP) http:/

Re: ANNOUNCE: Helium, for learning Haskell

2003-01-28 Thread Oliver Braun
* Arjan van IJzendoorn <[EMAIL PROTECTED]> [2003-01-27 15:13 +0100]: >=== > Helium (for learning Haskell) 1.0 >=== I have added a port to the FreeBSD ports tree: See http://www.freshports.org/lang/helium/ Regards,

Re: Binary I/O in haskell.

2003-01-28 Thread Adrian Hey
On Tuesday 28 January 2003 11:07, Immanuel Litzroth wrote: > What exactly does the castIOUArray function do? I asked the exact same question a couple of weeks ago. The think the answer is it does nothing. Have a look at the "What does castIOUArray do?" and "Endian mode and hPutBuf & hGetBuf" thre

Preliminary Release: FastIO library

2003-01-28 Thread Hal Daume III
Hi all, I had intended to polish this a bit before releasing it, but there has been some traffic on the mailing list recently about how do to binary IO and this is part of the FastIO library I've been slowly putting together. It's not at all fancy and lacks docs at this point, but people who are

Re: announce: buddha 0.4, a declarative debugger for Haskell 98

2003-01-28 Thread Oliver Braun
* Bernard James POPE <[EMAIL PROTECTED]> [2003-01-27 21:20 +1100]: > Buddha version 0.4 is now available. Buddha is now available as part of the FreeBSD ports tree. BTW, FreeBSD haskellers, we have a virtual category haskell now, see, e.g. ftp://ftp.freebsd.org/pub/FreeBSD/ports/packages/haskell

ANNOUNCE: greencard, v2.05

2003-01-28 Thread Sigbjorn Finne
A new release of greencard is now available from http://haskell.org/greencard/ Not much new in terms of features, but binary bundles have been brought up-to-date wrt the current version of GHC (5.04.2) --sigbjorn ___ Haskell mailing list [EMAIL PRO