Skip to content

Releases: damien-mattei/SRFI-105-for-Racket

SRFI-105 for Racket and R6RS

19 Dec 10:51
Compare
Choose a tag to compare

SRFI-105 for Racket and R6RS

SRFI-105 for Racket and R6RS

28 Nov 10:09
Compare
Choose a tag to compare

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

26 Nov 17:54
Compare
Choose a tag to compare

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)

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

SRFI-105 for Racket and R6RS

26 Nov 00:50
Compare
Choose a tag to compare

SRFI-105 for Racket and R6RS version 9.5

compatible with Scheme+ version 9.7

SRFI-105 for Racket and R6RS

21 Sep 10:59
Compare
Choose a tag to compare

SRFI-105 for Racket and R6RS