Generated: May 17, 2003, 17:32:10 Copyright © 2003, Kurt Nørmark The local LAML software home page

LAML with Guile on Sun Solaris

I have tested LAML with Guile version 1.3.4, 1.4 og and 1.6.3 on Sun OS 5.8 (Solaris 8). All the LAML programs and documented that I have tested are OK.

Notice that Guile is case sensitive, in contrast to for instance MzScheme. LAML is programmed to be case sensitive.

Differences regarding eval in Guile 1.6 and earlier versions caused us to introduce eval-cur-env in the LAML compatibility files. In that way we are able to accommodate differences among different Scheme system's parameter conventions of eval.