mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
.. | ||
language-server | ||
runtime | ||
semantics | ||
style-guides | ||
syntax | ||
types | ||
enso-philosophy.md | ||
README.md |
Enso Documentation
This folder contains the documentation for the implementation of the Enso programming language. The documentation is generally broken up into three categories: design, specification, and implementation.
It is broken up into categories as follows:
- Language Server: Documentation pertaining to the Enso language server.
- Runtime: Documentation pertaining to the Enso runtime.
- Semantics: Documentation pertaining to the Enso language semantics, insofar as it is seperable from the other categories.
- Style Guides: Style guides for the various languages with which we work.
- Syntax: Documentation pertaining to the syntax of Enso.
- Types: Documentation pertaining to Enso's type system.
- Enso Philosophy: Information on the design philosophy that underlies the development of Enso.