Sha256: bea14486e708ed910f42d5e86a1d99d3e5734ae8d139a00c5ce0d653b5605eda

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

# try wisp

This is a little tool to try [wisp][] programing language. Tool
let's you type wisp code and see compilation result (javascript
code) in the right preview panel.


Try wisp: http://jeditoolkit.com/try-wisp

# Hack

This demo is tool is written in wisp and browser bundles are
generated using [browserify][]. If you wanna make changes,
you'll have to install dependencies:

    npm install


Once you make changes you need to make build. You could run command
below to let it take care of recompling every time you save a changes.

    npm start

[wisp]:https://github.com/Gozala/wisp
[browserify]:http://browserify.org/

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ruby-wisp-source-0.7.0 vendor/try/Readme.md