Contents    Page-10    Prev    Next    Page+10    Index   

Dynamic Type Checking

Dynamic type checking, used in Lisp, checks types at runtime before operations are performed on data.

Common Lisp combines dynamic type checking with optional type declarations to allow compilation of code using static checks.