October 2016
Intermediate to advanced
618 pages
10h 44m
English
Clojure is dynamically typed language and often provides productivity when you develop alone or in a small team. However, developments in larger teams sometimes require knowledge about data between members. prismatic/schema provides the solution for the aforementioned problems.
In this recipe, we will learn how to add descriptive expressions and validations in Clojure. We will use prismatic/schema to define schemas for various data types and validate them with schemas. prismatic/schema can define functions that define schemas for input parameters and a return. We will then learn how to coerce one data type to another.
Finally, we will learn other solutions. We will introduce core/typed ...
Read now
Unlock full access