1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Tangle : Initialize

Last updated at Posted at 2015-07-25

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.

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?