Re: versions?

Michael Sperber <[email protected]> Thu, 24 Jul 2014 09:24:40 +0200
Newsgroups gmane.lisp.scheme.scheme48
Message-ID <[email protected]>
Raoul Duke <[email protected]> writes:

> http://en.wikipedia.org/wiki/PreScheme
>
> so what versions are actually available? (like, there's that paper
> about the verifying compiler for the vlisp flavour, but i failed to
> find actual code i could use myself.) is it pretty much only what
> ships with Scheme-48?

That's pretty much the only one that's available.

The Wikipedia page confuses me.  I don't know what "Macro-Free
PreScheme" or "Pure PreScheme" are: The PreScheme compiler macro-expands
the source into an intermediate representation, which is then compiled
to the CPS representation, neither of which is PreScheme anymore.

-- 
Regards,
Mike