Skip to content

VOR-Lang/vor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VOR

CodeQL

wakatime

VOR Programming Language: VHD (Very High Definition) Omnidirectional Range Programming Language

(This basically means this is a general purpose programming language)

Table of Contents

Features

  1. Importing Python Modules: VOR allows you to create modules in python which you can import into your script!
  2. Custom Functions: VOR has built-in debug() and other functions to allow less code for you to write.

Standard Libraries

Utilities

Getting Started

PyPi

  1. Make sure you have python and pip installed
  2. Download via: pip3 install vorlang
  3. You are done!

Building from source

  1. Make sure you have python and pip installed
  2. Clone the repository: git clone https://github.com/VOR-Lang/vor.git
  3. Open the directory: cd vor
  4. Download via: pip3 install .
  5. You are done!

Coming from Python

  • def -> define
  • import -> module
  • return -> send (coming soon)