Skip to content
This repository has been archived by the owner on Feb 20, 2020. It is now read-only.

Latest commit

 

History

History
44 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.15 KB

core.typed.lang.jvm

Extensible languages in Clojure, a la Racket's #lang.

DEPRECATION NOTICE

This repository is DEPRECATED and development has been moved to the core.typed monorepo. Please follow these instructions to upgrade.

Releases and Dependency Information

Latest stable release is 0.7.0.

deps.edn dependency information:

  org.typedclojure/core.typed.lang.jvm {:mvn/version "0.7.0"}

Leiningen dependency information:

[org.typedclojure/core.typed.lang.jvm "0.7.0"]

Maven dependency information:

<dependency>
  <groupId>org.typedclojure</groupId>
  <artifactId>core.typed.jvm</artifactId>
  <version>0.7.0</version>
</dependency>

License

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

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