|
|
|
|
|
by lispm
2807 days ago
|
|
Many CL implementations have a type inferencer (usually so that the compiler can optimize code without the developer having to specify types everywhere). What sets SBCL (and CMUCL and Scieneer CL) apart is that it does limited forms of compile time type checking: http://www.sbcl.org/manual/index.html#Handling-of-Types |
|
> compile time type checking
Aren't those the same thing?