# dust-lang

> Dust Programming Language

Latest version **0.0.2** (published 2014-07-16) · BSD license · 0 weekly downloads

## Install

```sh
npm install dust-lang
pnpm add dust-lang
yarn add dust-lang
bun add dust-lang
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.2 |
| Published | 2014-07-16 |
| First published | 2014-07-16 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 22 |
| Author | Bilal Husain |
| Maintainers | bilal |
| Keywords | language, javascript, compiler |

## Links

- npm: https://www.npmjs.com/package/dust-lang
- Repository: https://github.com/bilalhusain/dust
- Issues: https://github.com/bilalhusain/dust/issues
- npm.io page: https://npm.io/package/dust-lang

## Alternatives

- [@openai/codex-sdk](https://npm.io/package/@openai/codex-sdk.md) — 731.4K weekly downloads
- [babel-plugin-transform-react-jsx](https://npm.io/package/babel-plugin-transform-react-jsx.md) — 565.0K weekly downloads
- [babel-helper-remove-or-void](https://npm.io/package/babel-helper-remove-or-void.md) — 508.5K weekly downloads
- [@pnpm/store-controller-types](https://npm.io/package/@pnpm/store-controller-types.md) — 186.9K weekly downloads
- [react-native-signature-canvas](https://npm.io/package/react-native-signature-canvas.md) — 155.6K weekly downloads

## Recent versions

- 0.0.2 (latest) — 2014-07-16
- 0.0.1 — 2014-07-16

## README

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](http://bilalhusain.com/rust-lexer/syntax.html).

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

---
_Source: https://npm.io/package/dust-lang · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
