Silicon27 / Vast

Official Repository for the Vast Programming Language
17 stars 1 forks source link

Discord

Vast Programming Language

Vast is a programming language that is syntactically similar to python.

It is an interpreted and dynamically typed programming language.

Vast (as of currently) has 21 keywords, but as development continues, this number may be subject to change.


Warning

Make sure to install vivt to ensure Vast works properly


Here is an example on a simple Vast program:

Then, run the interpret.py file either from your terminal or code editor:

Linux

python3 interpret.py

Windows

python interpret.py

You can also edit the config.xvast file that comes preinstalled. This is the file that control the configuration of your Vast interpreter.