diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-24T10·55+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-24T10·55+0000 |
commit | 143fc970322237963d5358ae832fd18ea045d67a (patch) | |
tree | 0b7602e17e4204d2160348d0ee901db6d9b46e05 /lisp/f/README.md | |
parent | e2e59c63e7899ea06e4273f0ee58a5842f6e3384 (diff) |
Start working on f.lisp
I would like to port the `f.el` library to Common Lisp. I'm adding a README, some build files, and the module itself to get started.
Diffstat (limited to 'lisp/f/README.md')
-rw-r--r-- | lisp/f/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/f/README.md b/lisp/f/README.md new file mode 100644 index 000000000000..34e07180d492 --- /dev/null +++ b/lisp/f/README.md @@ -0,0 +1,5 @@ +# f.lisp + +In this project, I'm attempting to port the Elisp library [`f.el`][1] to Common Lisp. + +[1]: https://github.com/rejeep/f.el |