Calling Haskell Function with String Arguments from VBA

2000-09-15 Thread Lescher Christian
I want to call a Haskell function with string arguments and a string result from VBA (MS Access). I already know that the Com-Library of HDirect provides marshallBSTR and unmarshallBSTR functions, but up to now I didn't manage to get it working. (A beginner's fault, I suppose.) What must the

[Fwd: XML Programming Languages...]

2000-09-15 Thread Andy Moran
Nick Kallen sent me the attached reply. -- Andy Moran PacSoft x7557 Computer Science Engineering +1 503 748 7557 Oregon Graduate Institute

Re: XML Programming Languages...

2000-09-15 Thread Ketil Malde
Ketil Malde [EMAIL PROTECTED] writes: I guess I owe it to the list to elaborate on my stupidity here. Unfortunately, and I'm going to agree with graham here, the resulting program uses a lot of memory (parsing about one meg of HTML, producing about 200K of results makes my 128Mb machine

Re: XML Programming Languages...

2000-09-15 Thread Eijiro Sumii
A colleague of mine has been working on a kind of "XML Programming Language". I forwarded him the recent discussions in this mailing list, and I here forward his reply.:) From: Haruo Hosoya [EMAIL PROTECTED] Date: Fri, 15 Sep 2000 11:34:47 -0400 Dear Haskellers, I heard there was a hot

RE: help, classes!

2000-09-15 Thread Mark P Jones
Hi Kirstin, | Surely this is obvious, but I cannot figure out how to properly deal with | class constraints and monads. For instance, when trying | | instance Monad Set.Set where | xs = f = Set.unionSet (Set.map f xs) | return x = Set.single x | fail s = Set.empty | |

ANNOUNCE: hmake version 2.00

2000-09-15 Thread Malcolm Wallace
ANNOUNCEMENT: hmake version 2.00 We are pleased to announce a new release of 'hmake', the compilation manager for Haskell programs. This is also the first official announcement of 'hi', an interactive front-end for hmake. It looks

ANNOUNCE: nhc98 version 1.00

2000-09-15 Thread Malcolm Wallace
ANNOUNCEMENT: nhc98 version 1.00 We are pleased to announce the first full release of 'nhc98', the only Haskell'98 compiler written in Haskell'98 (although you do not need a Haskell compiler to build nhc98). Why might you want to