I've always thought *features* was a nuisance in CL, since very few
values were ever standardized.  It ends up being used like browser-
sniffing code in JavaScript.
-Stuart Sierra

On Feb 23, 12:16 pm, pmf <phil.fr...@gmx.de> wrote:
> Some (most, if not all) CL variants have a *features*-var available
> that contains information about what the implementation supports and
> what not. Seeing that the issue of determining the Clojure-version in
> use come up from time to time, maybe it would be useful to introduce
> something like this for Clojure. For example, identifying whether one
> is using the lazy (lazier) version would then be possible by checking
> for the presence of a flag ":lazy" (in this particular case, checking
> for the presence of lazy-seq would be enough, but other feature-sets
> might be harder to detect).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To post to this group, send email to clojure@googlegroups.com
To unsubscribe from this group, send email to 
clojure+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/clojure?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to