Mon Oct 16 10:00:31 CEST 2006 asf@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.
On 10/16/06, asf@boinkor.net asf@boinkor.net wrote:
Mon Oct 16 10:00:31 CEST 2006 asf@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
these are useful stuff, i've just needed it.
they are not the conservative kind, though... :)
"Attila Lendvai" attila.lendvai@gmail.com writes:
On 10/16/06, asf@boinkor.net asf@boinkor.net wrote:
Mon Oct 16 10:00:31 CEST 2006 asf@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
these are useful stuff, i've just needed it.
they are not the conservative kind, though... :)
I've been meaning to merge these anyways, and figure out what to do with them later...
Cheers,
-- Nikodemus Schemer: "Buddha is small, clean, and serious." Lispnik: "Buddha is big, has hairy armpits, and laughs."
Mon Oct 16 10:00:31 CEST 2006 asf@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
these are useful stuff, i've just needed it.
they are not the conservative kind, though... :)
I've been meaning to merge these anyways, and figure out what to do with them later...
just a heads up: this is still pending on the list...
alexandria-devel@common-lisp.net