Skip to content

hyotang666/common-lisp-pitfalls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 

Repository files navigation

Common Lisp Pitfalls

Collection of common lisp pitfalls.

Categories of the pitfalls.

Explicitly undefined.

The specification specifies it is undefined explicitly.

Implicitly undefined.

The specification does not say about it.

Difficult to understand.

The specification says about it but it is difficult to understand.

Implementation has its own extensions.

The specification says about it but implementation extends it originally.

Implementation vaiolates it.

The specification says about it but implementation violates it.

Corner cases.

The specification says about it but it is the corner cases.

Ambiguous specification.

There are some interpretations of a specification sentence.

About

Collection of common lisp pitfalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages