I was curious and wondering if it is possible (and if so how) to store 
Clojure spec's in edn files?

I've an idea of (dynamically) loading spec's from say a resource/spec 
folder of app using some form of a lookup function and then use that 
analysis the code; 
I say this as I was looking to implement a kind of extensible system where 
people can add in their own spec's at a later point if they want to swap 
out or add new spec's.

I know a lot of people use an approach similar too
(ns your-namespace.spec)
where your-namespace already exists and holds the code that matches the 
spec namespace.

If this is not possible I thank you for your time :).

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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
--- 
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to