Welcome to the Tidal Programming Language repository! 🎉
Tidal is a lightweight, beginner-friendly, and intuitive programming language designed to empower developers with robust capabilities and simplicity.
This repository serves as the home for all Tidal-related projects, documentation, and resources.
Download the Latest Compiled Binary.
- Website: Deeper Knowledge About Tidal!
- Github Repository: All Source Code with Releases.
- Project Lagoon: Future Features to Add.
- Binary: Download the Latest Release of Tidal!
- Wiki: Learn About the Features of Tidal!
- Lightweight Syntax
- Type System
- Brainrot Mode ☠️
Normal Syntax:
var x = 5;
var y = 3.14;
novar z = x + y;
print(z);
for (var i = 0; i < 5; i = i + 1) {
print(i);
}
Brainrot Syntax:
rizzler x = 5 no cap
rizzler y = 3.14 no cap
sigma z = x + y no cap
skibidi(z) no cap
bussin (rizzler i = 0 no cap i < 5 no cap i = i + 1 no cap) {
skibidi(i) no cap
}