<div dir="ltr"><div>From <a href="http://stackoverflow.com/a/26570837/144020">http://stackoverflow.com/a/26570837/144020</a> I tried the following:</div><div><br></div><div>(define-syntax λ (syntax-rules () ((_ param body ...) (lambda param body ...))))<br></div><div><br></div><div>It works! but ONLY IF you call the script from the gsi not with </div><div><br></div><div>#!/usr/bin/env scheme-r5rs<br></div><div><br></div><div>Does anyone know I can set the command line OPTION s|S "set standard Scheme mode" from within a scheme file??</div>
</div>