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.
This commit is contained in:
William Carroll 2020-01-24 10:55:04 +00:00
parent e2e59c63e7
commit 143fc97032
3 changed files with 68 additions and 0 deletions

5
lisp/f/README.md Normal file
View file

@ -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