Skip to content

adzerk-oss/splint.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.