>>>>> "Gosse" == Gosse Michel <michel.gosse@ac-poitiers.fr> writes:
    Gosse> Hello
    Gosse> Is it possible to call a fortran routine from maxima ?
Yes and no.  If the underlying Lisp has a foreign function interface,
then yes.  However, maxima itself doesn't support this.
For now, you'll have to do it yourself in Lisp.
Ray