scsh-users
[Top] [All Lists]

Re: slib support?

To: scsh@martigny.ai.mit.edu
Subject: Re: slib support?
From: bhelm@blackrabbit.cs.uoregon.edu (B. Robert Helm)
Date: 10 Jul 1996 14:41:06 -0700
Organization: University of Oregon Computer and Information Sciences Dept.
I've been able to use some parts of SLIB with scsh.  I wrote an
interface (called slib-init-interface) and structure (slib-init) that
exports the basic slib support -- the .init file and require.scm.
When I need to use some feature of slib (e. g. hash tables), I write
one or more interface descriptions for the feature.  I then write
structures that open slib-init and export those interfaces.  I've had
to alter some slib code, mostly to get rid of undefined identifiers
(!) caught by the Scheme 48 module system.

If there is interest, I can post or mail some or all of the code.  I'm
not sure if I'm using the latest version of slib, so I can offer no
guarantees that it will work at another site.

Rob


<Prev in Thread] Current Thread [Next in Thread>