Skip to content

40ants/lem-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Lem in the Docker

This is a docker image to run the Lem editor and start coding in Common Lisp.

https://github.com/cxxxr/lem/raw/master/screenshots/terminal.png

How to use it

Run the editor:

docker run --rm -ti -v `pwd`:/app 40ants/lem

Then hit the M-x (on OSX Meta key usually "option" or "command" key, depending on your terminal's settings).

And enter start-lisp-repl command. It will open the REPL with Common Lisp.

To edit real files, you will need to pass the directory into the docker container by adding such option -v `pwd`:/app to the docker run command.

About

A dockerized Lem, the Common Lisp editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published