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

assert



How about defining
	(ASSERT test)
to be a form that asserts that test is true.  The compiler can

1) compile code to check this
2) depend on it
3) ignore it
4) verify it at compile time (ha ha)