Tangle, Compiler tool for wisp.
The current only way of compiling mass wisp files is through makefiles or shell scripts. In the spirit of taking everything good of Clojure, I'm trying to emulate the defproject macro, even though I might actually end up using JSON instead. Nevertheless, Tangle aims take in that project descriptor and uses it while it engages the wisp compiler.
Currently it is in very early alpha stage and only allows you to use it by editing the config object in the index.wisp file and then
$ wisp src/index.wisp
Of course, this is assuming that you've already installed wisp.
I'll be working on multiple src paths and initiating the defproject macro next. Contributors are welcome.