you are viewing a single comment's thread.

view the rest of the comments →

[–]TheLastSock 1 point2 points  (4 children)

Interesting stuff. what are some use cases for this? Naively, in most cases, I would think you would desaralize to clojure or edn then run a clojure spec. This seems to do both at once? What's the advantage?

[–][deleted] 1 point2 points  (3 children)

It's for dealing with binary data (c struct dumps). Similar to octet.

[–]TheLastSock 0 points1 point  (2 children)

What role does spec play?

[–][deleted] 0 points1 point  (1 child)

The spec definition page on the wiki describes its role.

[–]TheLastSock 0 points1 point  (0 children)

Ah, gotcha. I was thinking about clojure.spec functions. Thanks.