[Haskell-cafe] HToolkit HSQL on Windows/GHC

Keith Wansbrough Keith.Wansbrough at cl.cam.ac.uk
Mon Mar 29 10:59:38 EST 2004


> > Another thought, which I hesitate to even mention, would be to call the
> > commandline tool via System.Cmd, pipe the results to a file, and read
> > the file, and parse the results. Slow and ugly, but you could have it
> > working in an hour.
> 
> Hadn't even thought of that, must be my clean upbringing.

No need even to use a file; just have it output to a pipe and read directly from the pipe...

--KW 8-)
-- 
Keith Wansbrough <kw217 at cl.cam.ac.uk>
http://www.cl.cam.ac.uk/users/kw217/
University of Cambridge Computer Laboratory.



More information about the Haskell-Cafe mailing list