Skip to content

SRFI-105 for Racket and R6RS version 9.7.1

Compare
Choose a tag to compare
@damien-mattei damien-mattei released this 26 Nov 17:54
· 3 commits to main since this release

SRFI-105 for Racket and R6RS version 9.7

SRFI-105-curly-infix.rkt :

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; globals variables that can be modified by coder
(define srfi-strict #f) ; enable strict compatibility with SRFI 105

(define care-of-quote #t) ; keep quoted expression (no $nfx$ will be inserted in curly infix expressions),
;; usefull to use symbolic expressions
;; (but makes debugging harder because quoted expression to debug will not be the same as evaluated unquoted ones)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;