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

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

Notifications You must be signed in to change notification settings

typedclojure/core.typed.lang.jvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published