[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

minor comments

This page is part of the web mail archives of SRFI 77 from before July 7th, 2015. The new archives for SRFI 77 contain all messages, not just those from before July 7th, 2015.



"Safe and Unsafe Mode", 1st para:

"In unsafe mode, these operations must provide no such checking."

Is the intent "need not provide such checking"?
Or "should not provide such checking"?
Or do you really mean to *prohibit* checking in unsafe mode?
(You say an implementation is not required to provide unsafe mode,
but some implementations may do partial checking.)

"Flonums", 5th para

"If an argument to the following procedures that corresponds to a (integral) flonum metavariable is not actually a (integral) flonum"

What is the "(integral)" doing?

Other operations

Could an implementation, in unsafe mode, require that an index (say to
vector-ref or the result of string-length) be a fixnum?
--
	--Per Bothner
per@xxxxxxxxxxx   http://per.bothner.com/