[comp.lang.scheme.c] documentation about "macro", "*-syntax" etc. ; "cref.bcon" for Edwin

gorzalka@cs.uni-bonn.de (Werner Gorzalka) (06/06/91)

First :

The reference manual does include no reference about the special
forms "macro", "*-syntax" , yet they are really available.

  How to use them? Do the descriptions given in the reference manual of 
PC-Scheme give useful hints? 


Second : 

  To construct Edwin there has to be a working version of cref I guess.
When I call (sf "edwin.sf") he asks for "cref.bcon".

I do not get this :

 Scheme Microcode Version 11.59
MIT Scheme running under SunOS

Scheme saved on Monday June 3, 1991 at 2:08:03 PM
  Release 7.1.0 (beta)
  Microcode 11.59
  Runtime 14.104
  SF 4.15


(cd "Scheme/dist-7.1/sf")
;Value: #[pathname 3 "/home/theory/stud/gorzalka/Scheme/dist-7.1/sf/"]

(load "make")

Loading "/home/theory/stud/gorzalka/Scheme/dist-7.1/sf/make.bin" -- done
Loading "/home/theory/stud/gorzalka/Scheme/dist-7.1/sf/sf.bcon" -- done
Package already has child of given name #[package 4 ()] scode-optimizer

(cd "../cref")
;Value: #[pathname 5 "/home/theory/stud/gorzalka/Scheme/dist-7.1/cref/"]

(load "cref.sf")
Loading "/home/theory/stud/gorzalka/Scheme/dist-7.1/cref/cref.sf"
Unbound variable cref/generate-constructors

Can someone help me ?