how to call Fortran Procedures in Haskell Program?

2002-04-21 Thread Zhe Fu
   Does anybody know how to call Fortran procedures in Haskell program? I tried Green Card, but seems it only works with C codes.      Thanks.

ANNOUNCE: HOpenGL 1.02 released

2002-04-21 Thread Sven Panne
HOpenGL, a Haskell binding for OpenGL and GLUT version 1.02 I am pleased to announce the thirteenth release of the Haskell binding for GL 1.2.1 / GLU 1.3 / GLUT 3.7beta. It offers easy access to *the* industrial strength 3D graphics API and a GUI toolkit

Re: how to call Fortran Procedures in Haskell Program?

2002-04-21 Thread Alastair Reid
>Does anybody know how to call Fortran procedures in Haskell > program? I tried Green Card, but seems it only works with C codes. Most of our effort has gone into interfacing to C (and, to some extent, C++, Java, .net, etc.) - in fact, I'm not sure that we really know enough about Fortran ca