Skip to content

A workaround library for using SBCL dependent libraries on other CL implementations

Notifications You must be signed in to change notification settings

shakascchen/sbcl-compat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sbcl-Compat

sbcl-compat is a workaround library for using SBCL dependent libraries on other CL implementations.

Now just made local-nicknames option of defpackage available on allegro CL.

Of course quicklisp not yet......

Installation

Ideally it would become

(defsystem YOUR-SYSTEM
  :depends-on (#-sbcl :sbcl-compat
	       OTHER-LIBRARIES )  ... )

Author

Copyright

Copyright (c) 2017 Shaka Chen ([email protected])

License

Licensed under the LLGPL License.

About

A workaround library for using SBCL dependent libraries on other CL implementations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published