|
| From: | Siegfried Gonzi |
| Subject: | [Chicken-users] Re: Question SRFI-56 |
| Date: | Thu, 20 Dec 2007 21:04:42 +0100 |
I downloade numbers and srfi-56. But I get the following error when using
srfi-56 and there is no specific comment in the source code:
==
siegfried-gonzis-macbook:test sgonzi$ csc srfi-56-test.scm
Warning: can not represent exact fraction - coerced to flonum in line 154
"1/3"
Warning: can not represent exact fraction - coerced to flonum in line 164
"1/3"
Warning: can not represent exact fraction - coerced to flonum in line 215
"1/3"
Warning: can not represent exact fraction - coerced to flonum in line 224
"1/3"
Syntax error: define-syntax
"highlevel macros are not supported"
Expansion history:
<syntax> (lambda (size position n) (bitwise-and
(bitwise-not (arithmetic-shift -1 size)) (arithmetic-shift n...
<syntax> (begin (bitwise-and (bitwise-not
(arithmetic-shift -1 size)) (arithmetic-shift n (- position))))
<syntax> (bitwise-and (bitwise-not (arithmetic-shift -1
size)) (arithmetic-shift n (- position)))
<syntax> (bitwise-not (arithmetic-shift -1 size))
<syntax> (arithmetic-shift -1 size)
<syntax> (arithmetic-shift n (- position))
<syntax> (- position)
<syntax> (define-syntax let-params* (syntax-rules () ((_
ls () . body) (let () . body)) ((_ ls ((var default... <--
*** Shell command terminated with exit status 1: /usr/local/bin/chicken
srfi-56-test.scm -output-file srfi-56-test.c -quiet
==
--
Psssst! Schon vom neuen GMX MultiMessenger gehört?
Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger?did=10
| [Prev in Thread] | Current Thread | [Next in Thread] |