spec-examples
spec-examples copied to clipboard
Some examples on using clojure.spec!
Spec examples
Some examples on using clojure.spec!
I've organized some examples I wished I could have seen when I was learning spec.
Hope it helps!
Usage
This project is intended to be used from the REPL.
It does not contain a -main nor should it be compiled.
Summary
- Key Binding macro
- DSL example (aka nosence-lang)
- Class making macro
Contributing
Specially welcomed:
- Spelling corrections (English isn't my first language)
- Issues related to the code or something
- Improvements suggestions
- More examples, of course!
- Documentation additions