Skip to content

ttemsah/mamba

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 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? ", color = "green"))
    } except { print("Only String Please", color = "red") } else {
        if (lower(name) == "ttemsah") {
            print("Salam", color = "blue")
        } else { print("Hello ${name}", color = "green") }
    }
}

COMING SOON ...