Releases: damien-mattei/SRFI-105-for-Racket
SRFI-105 for Racket and R6RS
SRFI-105 for Racket and R6RS
SRFI-105 for Racket and R6RS
SRFI-105 for Racket and R6RS
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 n f x 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)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
SRFI-105 for Racket and R6RS version 9.7.1
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
;; usefull to use symbolic expressions
;; (but makes debugging harder because quoted expression to debug will not be the same as evaluated unquoted ones)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
SRFI-105 for Racket and R6RS
SRFI-105 for Racket and R6RS version 9.5
compatible with Scheme+ version 9.7
SRFI-105 for Racket and R6RS
SRFI-105 for Racket and R6RS