On Thu, Apr 9, 2009 at 11:58 AM, samppi <rbysam...@gmail.com> wrote: > I've been whipping up a simple schema library for validating Clojure > data based on their tags, but I'm worried that what I'm doing might be > redundant with an already existing library. Is there something, such > as in clojure-contrib, that can do things similar to the code below
There's some similarity with the validation stuff in clj-record[1], but that's about DB persistence. (It also doesn't use metadata.) I was thinking about trying to tease clj-record apart so it could be backed by AppEngine's API for BigTable. Maybe I should also consider non-persistence-related uses of the parts where it makes sense. -hume. [1] http://github.com/duelinmarkers/clj-record/tree/master -- http://elhumidor.blogspot.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---