about summary refs log tree commit diff
path: root/lisp/f/README.md
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-01-24T10·55+0000
committerWilliam Carroll <wpcarro@gmail.com>2020-01-24T10·55+0000
commit143fc970322237963d5358ae832fd18ea045d67a (patch)
tree0b7602e17e4204d2160348d0ee901db6d9b46e05 /lisp/f/README.md
parente2e59c63e7899ea06e4273f0ee58a5842f6e3384 (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.md5
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