[alexandria-devel] darcs patch: Add #.#+ readtime conditional functions.
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 "- The truth is that I've been too considerate, and so became unintentionally cruel... - I understand. - No, you don't understand! We don't speak the same language!" (Ingmar Bergman - Smultronstället)
"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... -- attila
participants (3)
-
asf@boinkor.net
-
Attila Lendvai
-
Nikodemus Siivola