2022-07-23 11:35:23 +02:00
|
|
|
.. default-role:: code
|
|
|
|
|
|
|
|
###################
|
|
|
|
Things to be done
|
|
|
|
###################
|
|
|
|
|
|
|
|
Blog
|
|
|
|
####
|
|
|
|
|
|
|
|
Fixes
|
|
|
|
=====
|
|
|
|
|
|
|
|
- Make sure the `lisp` reader uses throwaway packages instead of polluting the
|
|
|
|
global namespace
|
|
|
|
|
|
|
|
Features
|
|
|
|
========
|
|
|
|
|
|
|
|
- Template: docstrings in template
|
2022-09-08 19:23:42 +02:00
|
|
|
- Localization: Fall back to English if a particular key does not exist for the
|
|
|
|
target language
|
2022-07-23 11:35:23 +02:00
|
|
|
|
|
|
|
Cleanup
|
|
|
|
=======
|
|
|
|
|
|
|
|
- How much of each artifact's internals need to be exposed? Make accessor
|
|
|
|
functions? Constructor functions over `MAKE-INSTANCE`?
|
2022-09-11 22:46:26 +02:00
|
|
|
- Static page metadata without binding (see comment in definition)
|