Liking cljdoc? Tell your friends :D

core.typed

Gradual typing in Clojure, as a library.

Releases and Dependency Information

Latest stable release is 0.1.7

Leiningen dependency information:

[core.typed "0.1.7"]

Maven dependency information:

<repository>
  <id>clojars.org</id>
  <url>http://clojars.org/repo</url>
</repository>
<dependency>
  <groupId>core.typed</groupId>
  <artifactId>core.typed</artifactId>
  <version>0.1.7</version>
</dependency>

[Talk] Clojure Conj 2012

Video

Mailing List

Use the core.typed mailing list for core.typed discussion, or try #clojure on IRC.

Documentation

See wiki.

Quickstart

(clojure.core.typed/ann v t) gives var v the static type t.

(clojure.core.typed/ann-form f t) ensures form f is of the static type t.

(clojure.core.typed/check-ns) type checks the current namespace.

(clojure.core.typed/cf t) type checks the form t.

Developer Information

Future work

Contributors

Stephen Compall (S11001001) Andrew Brehaut (brehaut)

License

Copyright © Ambrose Bonnaire-Sergeant, Rich Hickey & contributors.

Licensed under the EPL (see the file epl.html).

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close