9.1
INTERCAL in Racket
This documentation describes the intercal language entrypoint exported by the package.
This package implements a substantial subset of C-INTERCAL in Racket. The frontend accepts INTERCAL source text, normalizes it to a strict S-expression intermediate representation, and macro-expands that IR into explicit Racket code that simulates INTERCAL state and control flow.