mirror of
https://github.com/enso-org/enso.git
synced 2024-12-23 22:01:42 +03:00
0d12d98b9d
* doc: update executionContext/fork API * doc: qualified name * doc: add execution context example * update: executionContext/create * doc: cleanup * doc: add Main.enso contents * update: init execution context * doc: update executionContext/push * debug: clean * Revert "debug: clean" This reverts commit 1c71f0b678192363a61d6ac5d7509bd234d2a697. * test: disable flaky ProjectManagerApiSpec |
||
---|---|---|
.. | ||
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.