purus
v0.8.0
Published
A language that compiles to JavaScript — no Shift key required
Downloads
7,587
Maintainers
Readme
English | 日本語
Purus - /ˈpuː.rus/ means pure✨ in Latin - is a beautiful, simple, and easy-to-use language. It compiles to JavaScript.
It makes your fingers free from the Shift key.
With Purus, you can write code almost without pressing the Shift key.
Install
# Global
npm install -g purus
# or Local
npm install -D purusFile Extensions
| Extension | Output |
| --------- | ------ |
| .purus | .js |
| .cpurus | .cjs |
| .mpurus | .mjs |
Tooling
- Core —
purus: The core-system of Purus - VS Code Extension — Marketplace: Syntax highlighting, snippets, file icons
- Linter —
@puruslang/linter: Static analysis for Purus - Prettier Plugin —
@puruslang/prettier-plugin-purus: Code formatting
Documentation
The documentation is available on purus.work.
Contribute
The guide is here!
Made with contrib.rocks.
Author
otoneko. https://github.com/otoneko1102
License
Distributed under the Apache 2.0 License. See LICENSE for more information.

