1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
            
move 10 20
line 50 50
rect 25 25
color "red"
circle 10

x := 12
print "x:" x
if x > 10
    print "๐Ÿฆ big x"
end

Share

Error

Fix parse error first, please!

Loading

Hold tight, getting the editor and compiler ready. ๐Ÿง˜

About

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.