mit-scheme-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Inspecting code for special functions like (cond)?


From: Chris Hanson
Subject: Re: Inspecting code for special functions like (cond)?
Date: Thu, 2 Apr 2020 22:13:02 -0700

Look at src/runtime/runtime.pkg

All of the bindings are there, including special forms. You'll then find define in mit-maxros.scm in the same directory.
On Apr 2, 2020, 9:36 PM -0700, Nicholas Papadonis <address@hidden>, wrote:
How do I inspect the source code for special functions like (cond)?

I tried grepping the mit-scheme.tar.gz source, however there are many matches. Nothing for (define cond.

(pp cond) results in error.

Any guidance appreciated.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]