diff options
Diffstat (limited to 'lang/cl/README')
-rw-r--r-- | lang/cl/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/cl/README b/lang/cl/README index f61d5e5..660508b 100644 --- a/lang/cl/README +++ b/lang/cl/README @@ -10,3 +10,13 @@ Use with: > (asdf:operate 'asdf:load-op ':gpg-error) > (use-package :gpg-error) + + +TODO +---- + +* We probably should define a condition base class. Currently, we do + this in the user code only (eg in GPGME). + +* Some lispy convenience functions as need arises, for example for + output. |