Y
Hacker News
new
|
ask
|
show
|
jobs
by
eslaught
2813 days ago
> SBCL OTOH treats type declarations as type assertions which can be checked at compile time.
Wait, is that really not the standard behavior?
1 comments
lispm
2813 days ago
CMUCL invented that in the mid/end 80s. CMUCL forks like SBCL and Scieneer CL got it there. The other compilers don't do that.
link