Tidal Programming Language

A modern programming language built with Rust

Features

Simple Syntax

Easy-to-read and write syntax inspired by modern programming languages.

Type System

Strong type system supporting integers, floats, strings, and booleans.

Brain Rot Mode ☠️

Features a Brain Rot Mode to make Programming easier for the Younger Generation.

Code Example

var x = 5;
var y = 3.14;
novar z = x + y;
print(z);

for (var i = 0; i < 5; i = i + 1) {
    print(i);
}

Download Latest Release

Assets

Name Size Download
{{ asset.name }} {{ formatSize(asset.size) }} KB Download {{ asset.name }}