News tagged ‘validation’
All items tagged ‘validation’
Announcement: pretzel – clojure predicate functions
posted at 2011-04-05
I’m working on pretzel right now. It’s a basic library that can be used to combine predicates and also holds a bunch of tests on string content. Code and documentation is on github. Continue reading…
Announcement: flutter-decline-demo – validation and form generation on compojure
posted at 2011-04-02
Some people indicated they wanted some example code for my clj-decline (validation) and flutter (form generation) libraries. So today I wrote a simple demo application that uses both. Get the code at github. Continue reading…
Announcement: clj-decline – validation sucks.
posted at 2011-03-12
I pushed a new validation library for clojure to github yesterday. Check out clj-decline. Why another validation library? Well, why does validation suck so much? Of course, dealing with user input is annoying anyway. But validation libraries always seem to … Continue reading…