-
1.121 cannot be represented exactly in a float. All that is going on here is that SISC displays the number with higher precision, thus revealing the inaccuracy introduced by the conversion to a float.
2007-07-09 18:32:29 UTC in SISC
-
Are we sure this is the right thing to do? The statement in R5RS is actually ambiguous. It says "an improper list results if the last argument is not a proper list". Now, 10 is *not* an improper list.
2007-04-04 05:21:52 UTC in SISC
-
mradestock committed patchset 3462 of module sisc to the SISC CVS repository, changing 1 files.
2006-12-02 21:05:41 UTC in SISC
-
The code in question is
(define slib:warn
(lambda args
(let ((cep (current-error-port)))
(if (provided? 'trace) (print-call-stack cep))
(display "Warn: " cep)
(for-each (lambda (x) (display #\ cep) (write x cep)) args))))
It looks like it is expecting |print-call-stack| to be provided by the
'trace module. trace is defined as a built-in feature in slib.scm...
2006-11-15 17:23:18 UTC in SISC
-
mradestock committed patchset 3460 of module sisc to the SISC CVS repository, changing 2 files.
2006-11-15 17:23:03 UTC in SISC
-
Cesare Zavattari reported the following error:
#;> (require-library 'sisc/libs/slib)
(sisc/libs/slib (sisc/libs/srfi/srfi-59))
#;> (slib:warn "sdsds")
Error: undefined variable 'print-call-stack'.
2006-11-15 17:15:41 UTC in SISC
-
mradestock committed patchset 3438 of module sisc to the SISC CVS repository, changing 1 files.
2006-08-30 22:25:10 UTC in SISC
-
mradestock committed patchset 3381 of module sisc to the SISC CVS repository, changing 3 files.
2006-07-12 07:31:18 UTC in SISC
-
mradestock committed patchset 3380 of module sisc to the SISC CVS repository, changing 4 files.
2006-07-12 05:22:44 UTC in SISC
-
mradestock committed patchset 3327 of module sisc to the SISC CVS repository, changing 8 files.
2006-06-21 07:25:18 UTC in SISC