This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Portable Syntax Case


I wrote:
> To reproduce this error you will first need to load the mostly
> Kawa-specific code below.

I omitted to mention that I have (require 'list-lib) in ~/.kawarc.scm and
I modified the 1.7.90 version of Kawa from CVS.

SISC, a well performing R5RS interpreter for the JVM, uses the psyntax.ss
code to implement syntax-case:
<http://cvs.sourceforge.net/viewcvs.py/*checkout*/sisc/sisc/doc/README.build?content-type=text%2Fplain&rev=1.2>

psyntax.sce is SISC's "Scheme code expanded. This type of code has been
processed by the syntax expander and contains only core Scheme forms."
<http://cvs.sourceforge.net/viewcvs.py/sisc/sisc/src/sisc/boot/>

Regards,
Adam


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]