Newsgroups: comp.lang.scheme.c Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!think.com!snorkelwacker.mit.edu!bloom-beacon!dont-send-mail-to-path-lines From: gorzalka@cs.uni-bonn.de (Werner Gorzalka) Subject: documentation about "macro", "*-syntax" etc. ; "cref.bcon" for Edwin Message-ID: <9106061343.AA07012@theory.cs.uni-bonn.de> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Date: 6 Jun 91 13:43:50 GMT Lines: 47 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 ?