I’ve [Joe Marshall] added `keyword’ objects to MIT Scheme in a way that I hope keeps everyone happy. A keyword is a self-evaluating symbolic token, much like a symbol, but it never needs quoting because it can never mean anything but itself. The reading and printing of keywords is controlled by the variable *keyword-style*, which [...]
CONTENTS
Meta