npm.io
0.0.2 • Published 12 years ago

dust-lang

Licence
BSD
Version
0.0.2
Deps
0
Vulns
0
Weekly
0
Stars
22

dust

Dust is a programming language that compiles to JavaScript and runs on your browser. Its similarity to Rust is not coincidental. It is actually derived from the Rust to JavaScript transpiler project.

Try it at http://bilalhusain.github.io/dust/

Using with nodejs

Install npm package dust-lang

npm install dust-lang

Compile input file

echo 'console::log("hello");' > hello.ds
./node_modules/dust-lang/dustc hello.ds > hello.js
node hello.js

Keywords