Re: SRFI-105: syntax error/warning

2013-08-26 Thread Mark H Weaver
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

SRFI-105: syntax error/warning

2013-08-26 Thread Alexandru Cojocaru
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: ;