Skip to content

A Docker Environment for Common Lisp programming work

License

Notifications You must be signed in to change notification settings

huntprod/docker-cl-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

huntprod/cl-dev

This is a small, Ubuntu-based Docker image for doing Common Lisp (interactive) development via Steel Bank Common Lisp (SBCL).

Included Tools

The following tools are included in the docker image:

General Purpose Stuff

  • vim (the best editor)
  • less
  • tree
  • tmux
  • git (you need version control...)

Development Tools

  • make
  • sbcl

Running

You usually want to mount a data directory.

docker run -it \
           -v ~/lisp:/code \
           huntprod/cl-dev

About

A Docker Environment for Common Lisp programming work

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages