Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!elroy.jpl.nasa.gov!swrinde!zaphod.mps.ohio-state.edu!rpi!uupsi!sunic!kth.se!cyklop.nada.kth.se!news From: nv89-nun@alv.nada.kth.se (Nicklas Ungman) Newsgroups: comp.lang.scheme Subject: (min scheme-procs ...) Message-ID: Date: 22 Feb 91 23:19:50 GMT Sender: news@nada.kth.se (Mr News) Distribution: comp.lang.scheme Organization: Royal Institute of Technology, Stockholm, Sweden Lines: 9 I'm not a scheme wizard, and therefore I wonder: What is the minimal number of functions that has to be defined for a scheme implementation, and how do you define the rest of the standard functions in these functions. I know that cons, car and cdr can be defined with a dispatch function. But can define or lamba be defined. /Nixxon