Skip to content

A library to make your javascript program more concise and easy to read.

License

Notifications You must be signed in to change notification settings

asterixxtech/windscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library to make your javascript program more concise and easy to read.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published