Skip to content

typedclojure/esop16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

ESOP16 code

Code to accompany Typed Clojure paper.

Example 1 is in src/demo/example1.clj, and similarly for other examples.

Usage

To check all examples, run make test, or lein test if you have Leiningen installed.

For a Clojure REPL, run make repl. The require function loads and type checks namespaces.

clojure.core.typed=> (require 'demo.example1)
nil

License

Copyright © 2016 Ambrose Bonnaire-Sergeant

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

About

Code to accompany ESOP 2016 paper

Resources

License

Stars

12 stars

Watchers

3 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors