Architecture
This page gives an overview of Elide's internal architecture. Users of Elide don't necessarily need to know these details; these docs are mostly for contributors, but everyone is welcome!
How Elide works
At a high level, Elide is a suite of libraries and applications written for the Java Virtual Machine, or JVM.
The JVM is an incredibly powerful runtime system, offering state-of-the-art just-in-time (JIT) compilation, memory safety, and a full standard library with plenty of testing and functional coverage (referred to as the JDK, for Java Development Kit).
Glossary
A definition list or a glossary:
- First Term
This is the definition of the first term.
- Second Term
This is the definition of the second term.
Last modified: 14 May 2024