Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
R5RSスキームで「λ」文字を「ラムダ」として使用するマクロはありますか? ここからGambit「scheme-r5rs」で試しました:
(define-syntax λ (syntax-rules () ((_ . more) (lambda . more))))
しかし、Ill-formed expressionエラーが発生し続けます。
Ill-formed expression