SRFI-105 Curly Infix for Racket
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.

Designed to be used with Scheme+:

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.

Documentation of the original SRFI 105