Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 684 Bytes

File metadata and controls

28 lines (17 loc) · 684 Bytes

Quick

It's a script language made by Golang.

Documentation

The complete documentation can be found here.

Examples can be found under the examples directory.

Compile from source

If you wish to build Quick you'll need Go version 1.19+ installed.

Please check your installation with:

go version
  1. Download the source code git clone https://github.com/NextCodeX/qk.git
  2. Go to the qk directory and execute go build

License

Apache License 2.0 - see LICENSE for more details

Thanks