Windscript is a library to make your javascript program more concise and easy to read. Now, Windscript is not suitable for production purposes.
- Easy syntax
- VSCode Extension
- REPL
- Compiler (to javascript or executables)
- .ws File Extension
npm install windscript
import { io, math } from 'windscript'
io.println('Hello World')
math.add(40, 78)
Looks easy, right? Learn more here