windscript-js
v0.1.0
Published
A library to make your javascript program more concise and easy to read
Downloads
3
Readme
Windscript
Windscript is a library to make your javascript program more concise and easy to read. Now, Windscript is not suitable for production purposes.
Features
- Easy syntax
Under Construction Features
- VSCode Extension
- REPL
- Compiler (to javascript or executables)
- .ws File Extension
Usage
1. Install Windscript
npm install windscript
2. Start writing a code
import { io, math } from 'windscript'
io.println('Hello World')
math.add(40, 78)
Looks easy, right? Learn more here