On Sat, Jul 6, 2013 at 6:03 PM, David Nolen <[email protected]> wrote:
> On Sat, Jul 6, 2013 at 12:27 PM, Norman Richards <[email protected]>wrote: > >> >> On Fri, Jul 5, 2013 at 1:06 PM, David Rocamora <[email protected]> wrote: >> >>> >>> I'm trying to use featurec to describe some relationships within a >>> nested map. When I try to use it to find some keys in the map it returns >>> nothing. Here is an example: >>> >> >> I don't believe you can match on the keys in a map - only the values. >> > > This is correct. Supporting fresh keys is *very* hard :) > Well, that clears it up. Norman, your suggestions are great and since it seems like I'm trying to achieve something similar to what you are doing I will take a look into those projects to see if I can adapt them for my needs. Thanks, Dave -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
