Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.
/ typed-repl Public archive

Demo of core.typed integration into Clojure's compilation pipeline

License

Notifications You must be signed in to change notification settings

typedclojure/typed-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typed-repl

Demo of core.typed integration into Clojure's compilation process.

Please support my crowdfunding campaign that made this enhancement possible.

Demo

Load typed-repl.core in your favourite editor or REPL. core.typed will automatically type check all interactions.

Usage

To integrate core.typed into the compilation process for your own project, simply add this line to your project.clj:

  :repl-options {:nrepl-middleware [clojure.core.typed.repl/wrap-clj-repl]}

Then all REPL interactions in namespaces with truthy :core.typed metadata entries will be typed, along with any interactions that eventually call clojure.core/load like require or use.

License

Copyright © 2015 Ambrose Bonnaire-Sergeant

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

About

Demo of core.typed integration into Clojure's compilation pipeline

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages