At 13:15 +0800 1999/06/26, Nguyen Phan Dung wrote:
>Do anyone know another way to make system call from Haskell (such as finding
>files in a directory, change file attribute...)  besides calling to another
>language to do the job?

Hugs has a System module, which calls the C system() function. It then
depends on what this system() is implemented to do -- doing nothing is
legal in ISO C, but on a UNIX computer it calls the Bourne shell, simple
but inefficent.

  Hans Aberg
                  * Email: Hans Aberg <mailto:[EMAIL PROTECTED]>
                  * Home Page: <http://www.matematik.su.se/~haberg/>
                  * AMS member listing: <http://www.ams.org/cml/>




Reply via email to