Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-mattei committed Nov 28, 2024
1 parent c249f82 commit cf5bb73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SRFI-105-curly-infix.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
;; globals variables that can be modified by coder
(define srfi-strict #f) ; enable strict compatibility with SRFI 105

(define care-of-quote #t) ; keep quoting expression (no $nfx$ will be inserted),
(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 executed)
;; (but makes debugging harder because quoted expression to debug will not be the same as evaluated unquoted ones)

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

Expand Down

0 comments on commit cf5bb73

Please sign in to comment.