scsh-users
[Top] [All Lists]

Re: Programmatic manipulation of the module system

To: xjam@cork.cs.berkeley.edu
Subject: Re: Programmatic manipulation of the module system
From: Olin Shivers <shivers@clark.lcs.mit.edu>
Date: Mon, 28 Nov 94 14:47:14 -0500
Cc: scsh@martigny.ai.mit.edu
Reply-to: shivers@mintaka.lcs.mit.edu
Use the module system. It's documented in the doc directory, and is very good.
This will do it from the command line:
    ,open sort

However, you can't open packages when scsh is loading a script with the -s
option. This is because the script is loaded into an environment which is 
straight R4RS plus the scsh extensions, so the module language is not
recognised. We are working on a fix for this.
    -Olin

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