Evy

Evy

Evy is a programming language that helps you learn how to code. It's made for people who are just starting out, and it has simple rules that make it easy to understand.

Evy website

You can try it out on the Evy web playground, where you can choose from a variety of examples to get you started. If you have some programming experience, you may also find the Syntax by Example or the Language Specification helpful.

Write your code on the left. Click Run to see the output on the right, including any text or drawings that your code generates.

Screenshot of the Evy web playground

Hello world in Evy

Here's an Evy program that writes Hello world to the screen

print "Hello world"

About (TBD: Login)

large, interactive letter 'e' as evy logo large, interactive letter 'e' as evy logo

Evy is a simple programming language, made to learn coding.

Evy is a modern, beginner-friendly programming language that bridges the gap between block-based coding and conventional programming languages. Its simple syntax and small set of built-in functions make it easy to learn and use, but it still is powerful enough for user interaction, games, and animations.

Created by a software engineer and parent who struggled to teach their kids programming with conventional languages, Evy is designed to make real programming as fun and easy as possible.