Orchid

The beginner friendly language that just works.

The github logo

What is orchid for?

Orchid is a proggramming languge made with education in mind. It was designed to be as simple to understand as possible, but still be powerful to do whatever you want.

Not sold?

Check out this example!

                
start main
define as {
    print("Hello, World!");
}
end