Fork me on GitHub
#clojure-austin
<
2016-10-12
>
clojuregeek18:10:34

finally got some spec working correctly

norman18:10:47

that makes one of us!

clojuregeek18:10:56

i want to blog about it.. just simplests examples … the docs that Alex wrote .. hm have to read alot to get the gist of it

norman19:10:47

I’d like to see some realistic examples. Even after the talks we’ve had, I’m not entirely sure what spec can do for me

clojuregeek19:10:18

i am going to use it to validate data structure i read from kafka before attempting to process them … thats the plan anyways

clojuregeek20:10:13

hmm i might do this in clojure script so the node heads i work with can use it ….

clojuregeek20:10:22

to validate things before they send to kafka..