8.18
SRFI-105 Curly Infix for Racket
Install as a package.
Use:
#lang reader SRFI-105
or:
#reader SRFI-105 | package: SRFI-105-for-Racket |
This reader package provides the SRFI-105 Curly Infix reader/parser.
Source code: https://github.com/damien-mattei/SRFI-105-for-Racket
Designed to be used with Scheme+:
(require Scheme+) | package: Scheme-PLUS-for-Racket |
This package provides the Scheme+ language definitions.
If you just want SRFI-105 Curly Infix in portion of your code or in all your code try using those pragmas in your code:
BEGIN-STRICT-SRFI-105-REGION
END-STRICT-SRFI-105-REGION
You can also set the flag srfi-strict to #t in the source code of SRFI-105-curly-infix.rkt.