Skip to content

VortLang is a minimal compiled programming language written in Rust. Clean syntax, fast execution, and built with love for simplicity and learning.

License

Notifications You must be signed in to change notification settings

VortTeam/VortLang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i gave up lol

VortLang

VortLang is a minimal compiled programming language written in Rust. Designed with simplicity and learning in mind, it offers clean syntax and fast execution. Its syntax is similar to Python's and Rust's.

Rust
License Discord

Installation

  1. Ensure Rust and Cargo are installed.
  2. Clone the repository:
    git clone https://github.com/VortTeam/VortLang.git
  3. Build the project:
    cd VortLang/lang
    cargo build --release

Usage

Run a VortLang script:

cargo run --release <path/to/filename.vl>

or

path/to/vortlang.exe <filename.vl>

Example Script (hello.vl)

let name = "World"
num x = 10 plus 5 times 2
print(o"Hello {name}! Result: {x}")

Output:

Hello World! Result: 20

Documentation

here

License

Licensed under Apache 2.0 License.

Contributing

Contributions are welcome! If you are interested in contributing please check CONTRIBUTING.md

About

VortLang is a minimal compiled programming language written in Rust. Clean syntax, fast execution, and built with love for simplicity and learning.

Topics

Resources

License

Stars

Watchers

Forks