Skip to content

tiemsah/mamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

The Mamba Programming Language

fast and easy

NOTE: BETA

Mamba is a new programming language like python and kotlin

Example

while (true) {
    try {
        val name = str(input("What is your name? "))
    } except { print("only *string* please") } else {
        if (lower(name) == "tiemsah" or "pishva" or "pishva veisi") {
            print("salam")
        } else {
            print($"Hello {name}")
        }
    }
}

COMING SOON ...