Skip to content

A system installation/loading abstraction for Common Lisp

Notifications You must be signed in to change notification settings

atgreen/trivial-system-loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

trivial-system-loader

trivial-system-loader provides a portable system downloader/loader abstraction for Common Lisp. Instead of hard-coding (ql:quickload :mysystem), use (tsl:load-system :mysystem). tsl:load-system will first try to use ocicl if available, then quicklisp, then plain asdf:load-system.

trivial-system-loader was written by Anthony Green and Michał "phoe" Herda, and is distributed under the terms of the MIT license. See the trivial-system-loader source files for details.

About

A system installation/loading abstraction for Common Lisp

Resources

Stars

Watchers

Forks

Packages

No packages published