Add README.
authorOlof-Joachim Frahm <olof@macrolet.net>
Thu, 6 Jun 2013 20:50:38 +0000 (22:50 +0200)
committerOlof-Joachim Frahm <olof@macrolet.net>
Thu, 6 Jun 2013 20:50:38 +0000 (22:50 +0200)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
index 0000000..b2a2543
--- /dev/null
+++ b/README.md
@@ -0,0 +1,19 @@
+CL-MOCK - Mocking (generic) functions.
+
+Copyright (C) 2013 Olof-Joachim Frahm
+
+Release under a Simplified BSD license.
+
+Working, but unfinished.
+
+Should be portable thanks to [`CLOSER-MOP`][1].
+
+Since it is pretty easy to just roll something like this on your own,
+the main purpose is to develop a nice syntax (lispy, declarative) to
+keep tests readable and maintainable.
+
+Some parts may be used independently of the testing facilities,
+e.g. dynamic `FLET` and method bindings with `PROGM` may be of general
+interest.
+
+[1]: http://common-lisp.net/project/closer/closer-mop.html