[comp.lang.scheme] Alias for C Scheme?

mike@ists.ists.ca (Mike Clarkson) (01/28/89)

I'm working on a package of macros and functions for C-Scheme to
make it work like CScheme.  Things are going well, but there is
one problem I'm having which I'd like to solve, which is how to define
an alias. Ie, how do you make two symbols point at the same object.

For example

(define foo 3)

(define bar foo)

(set! foo 4)

bar => 4

Any help will be appreciated.  I'll post my package to the net
as soon as I have it moderately bug free.

Mike.


-- 
Mike Clarkson					mike@ists.UUCP
Institute for Space and Terrestrial Science	mike@ists.ists.ca
York University, North York, Ontario,		uunet!mnetor!yunexus!ists!mike
CANADA M3J 1P3					+1 (416) 736-5611