
Eve
Human-first programming language and IDE where code is embedded in documents.
- Free • Open Source
- Mac
- Windows
- Linux

What is Eve?
Eve is a programming language and IDE that focuses on the human programmer rather than the machine. It uses a unique, document approach where programs look like documents with embedded code. Rather than comments, the programmer describes the code by way of structured text that is much easier to follow.
NOTABLE FEATURES
- The program is the database, so no plumbing or impedance mismatch, and no extra infrastructure is needed.
- Semantics built for concurrency, asynchrony, and distribution. No promises, thread synchronizations or borrows.
- Eve programs practice literate programming, since there’s no incidental ordering imposed by the language.
- Programs grow organically through composition.
- Programs are naturally tiny.
- Correctness can be defined globally through integrity constraints, allowing people to safely contribute to an application without worrying about checking every possible invariant locally.
Discontinued
Latest commit on Mar 20, 2018; See https://github.com/witheve/eve
Eve Screenshots
No features, maybe you want to suggest one?
Suggest and vote on featuresEve information
Supported Languages
- English
GitHub repository
- 7,136 Stars
- 260 Forks
- 76 Open Issues
- Updated
Comments and Reviews
No comments or reviews, maybe you want to be first?
Post a comment/reviewTags
- Programming Language
- development