E+#
DownloadDiscord

E#+ STUDIO

Programming in
plain English.

A native Windows IDE for the E#+ programming language, with a built-in editor, console, guide, themes, and automatic updates.

Checking latest release…

E#+ Studio
set name to "developer"

print words "Hello " + name
E#+ Console > Hello developer > Process exited with code 0

BUILT FOR E#+

Everything you need to start coding.

Native Windows IDE

Fast native C application with an integrated editor and console.

English-first syntax

Write programs using readable commands like print words and repeat.

Automatic updates

E#+ Studio checks the latest GitHub release and can launch the installer for you.

LANGUAGE GUIDE

Start with a few readable commands.

Write E#+ programs without punctuation-heavy syntax.

print words "Hello, world!"

set age to 12

if age is greater than 18 then
    print words "Adult"
else
    print words "Not an adult"
end

repeat 3 times
    print words "Hello!"
end

RELEASES

Download the latest build.

Loading releases…