Mon Oct 16 10:00:31 CEST 2006 asf(a)boinkor.net
* Add #.#+ readtime conditional functions.
* This adds functions that can be used in #+#. readtime conditionals, for example:
#+#.(alexandria:read-if (find-package :asdf-install)) :yay
#+#.(alexandria:read-if-fbound :install :asdf-install :exportedp t) :yay
* included in the patch is a commented-out portion that allows the
user to activate a #? read syntax. I'm not sure if that fits into
the conservativism constraints.