Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.89 KB

README.md

File metadata and controls

43 lines (31 loc) · 1.89 KB

splint.js build status

splint is a set of ClojureScript functions assembled for use in unstructured "spaghetti code" JavaScript applications. These kinds of applications will eventually need to either be discarded or rewritten. For when you can't yet do either, there's splint.

In addition to ClojureScript functions for working with immutable collections, splint includes Javelin for spreadsheet-like reactive programming. Javelin can be used to incrementally consolidate and subsume callbacks and global variables.

At the very least, using splint probably won't make what you have any worse.

Use

Build

  • Install Boot
  • Run boot build test

Thanks

Copyright (C) 2012-2015 Alan Dipert, David Nolen, and contributors

Distributed under the Eclipse Public License, the same as Clojure.