scsh-users
[Top] [All Lists]

Programmatic manipulation of the module system

To: scsh@martigny.ai.mit.edu
Subject: Programmatic manipulation of the module system
From: (The Crossjammer) <xjam@fir.CS.Berkeley.EDU>
Date: Mon, 28 Nov 1994 09:50:02 -0800
Reply-to: xjam@cork.cs.berkeley.edu
My basic problem is that I want to load the sorting routines from a scsh
program. I presume that in an ideal world I'd use the module system and
open a structure but I there's no examples of such use. As far as I can
tell, you either have to run the linker over some source code and build an
image, or it has to be done interactively from a command interpreter. Now
obviously the command interpreter can do it and it's written in scheme so I
should be able to do it.

Alternatively, maybe I should just stick to "load".

Thoughts?
                                                                --Bri


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