GitHub - silasfox/editor: A simple text editor in Common Lisp, using McClim

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Folders and files

NameName

Last commit message

Last commit date

Latest commit

History

8 Commits

Repository files navigation

editor

A basic text editor to learn McClim, roughly following this tutorial.

Installation

You need an installation of sbcl. If you clone this repository to your quicklisp/local-projects you can just do

* (ql:quickload :editor)

Then (editor:run) to start the editor or (editor:make) to create a binary.

License

MIT

About

A simple text editor in Common Lisp, using McClim

Resources

Readme

License

MIT license

Activity

Stars

5 stars

Watchers

1 watching

Forks

0 forks

Releases

No releases published