Skip to content

WITH-PACKAGE - Common Lisp utility library for using external package locally.

Notifications You must be signed in to change notification settings

hyotang666/with-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WITH-PACKAGE 1.1.2

Tiny library for using external package locally.

Alternatives.

Usage

(named-readtables:in-readtable with-package:syntax)

(iota 5)
=> error

#@alexandria
(iota 5)
=> (0 1 2 3 4)

(iota 5)
=> error

From developer

Product's goal.

Already?

License

MIT

Tested with

  • SBCL/2.2.1
  • CCL/1.12.1
  • ECL/21.2.1
  • CLISP/2.49
  • allegro/10.1
  • CMUCL/21D
  • abcl/1.8.0

About

WITH-PACKAGE - Common Lisp utility library for using external package locally.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages