core-typed

Typed Clojure, an optional type system for Clojure
txus 2015-05-29T08:48:34.000025Z

haaaa core typed yeah!

gjnoonan 2015-05-29T09:02:28.000026Z

Who's using core.typed in combination with prismatic/schema. .. Or do you use one or the other.

karlmikko 2015-05-29T09:31:30.000027Z

I am looking at using both - as schema will allow you to have runtime checking of data. Core.typed HMap is only at compile time

karlmikko 2015-05-29T09:31:58.000028Z

could use schema as to validate the shape of data in a constructor function

karlmikko 2015-05-29T09:32:19.000029Z

I intend to use both