Quark is a compiled programming language for computing
The main goal of Quark is to offer a language that combines simplicity and productivity in addition to its elegant syntax.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See Manual installation for notes on how to install the project on a live system.
To install Quark, you will need:
Node >= 14
To run the tests:
yarn jest
No tests for the moment.
No usage informations for the moment.
To deploy Quark lang, do:
$ git clone git@github.com:quark-lang/quark.git
# OR
$ git init
$ git remote add origin git@github.com:quark-lang/quark.git
$ git pull
To build the project, do:
$ yarn tsc tsconfig.json
# OR
$ docker build -t quark-lang .
$ docker run -it --rm quark-lang
- @thomasvergne - Idea & Initial work
See also the list of contributors who participated in this project.