Alexandru Cojocaru writes:
> when using the SRFI-105 syntax everything works fine, but I receive
> syntax warnings
>
> bash> cat 1.scm
> (read-enable 'curly-infix)
> (define a {1 + 1}) (newline)
> (display a) (newline)
The problem is that the expression "(read-enable 'curly-infix
Hi,
when using the SRFI-105 syntax everything works fine, but I receive
syntax warnings
bash> cat 1.scm
(read-enable 'curly-infix)
(define a {1 + 1}) (newline)
(display a) (newline)
bash> guile --debug 1.scm
;;; WARNING: compilation of /home/Joryk/lab/1.scm failed:
;