enso/docs
Dmitry Bushev de1a0ced60
Execution complete notification (#1945)
Add executionContext/executionComplete notification
2021-08-12 19:26:44 +03:00
..
debugger Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
distribution Update Codeowners And Release Policy (#1893) 2021-07-22 11:07:23 +02:00
infrastructure Add support for detailed logger configuration (#1745) 2021-05-19 09:02:32 +01:00
language-server Execution complete notification (#1945) 2021-08-12 19:26:44 +03:00
libraries Revert "Revert "Library Publishing MVP (#1898)"" (#1933) 2021-08-09 16:00:04 +02:00
parser Preparation for more parser work (#1363) 2020-12-18 14:25:30 +00:00
polyglot Fluent Java Interop & Method Dispatch Refactor (#1443) 2021-02-01 15:56:20 +01:00
rfcs Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
runtime Design the support for IR serialization (#1868) 2021-07-15 13:14:32 +01:00
semantics Opt-in TCO (#1219) 2020-10-15 16:52:26 +02:00
style-guide Implement masking of sensitive data in logs (#1732) 2021-05-12 16:31:53 +01:00
syntax Add support for documenting modules (#1900) 2021-07-26 13:26:41 +01:00
types Restructure the Standard Library (#1245) 2020-10-29 08:48:48 +03:00
CODE_OF_CONDUCT.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
CONTRIBUTING.md Document running the IDE with a development LS (#1803) 2021-06-17 11:40:27 +01:00
enso-philosophy.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00
getting-enso.md Bump the development version number (#1389) 2021-01-06 08:57:02 +00:00
README.md Define Editions (#1797) 2021-06-18 16:39:45 +02:00
SECURITY.md Add a markdown style guide (#1022) 2020-07-21 13:59:40 +01:00

layout title category tags order
docs-index Enso Engine Developer Documentation summary
summary
readme
0

Enso Engine Developer Documentation

This folder contains the documentation for the implementation of the Enso programming language. The documentation is broken up by subject, within the below-listed categories, and each subject combines information about the design, specification, and implementation of the feature to which it pertains.

We provide a number of useful resources for getting a quick understanding of the Enso project:

  • The Enso Philosophy: Information on the design philosophy behind Enso, and why we build things in the way we do.
  • Contributing Guidelines: Information for people wanting to contribute to Enso (in many different ways).
  • Community Code of Conduct: The code of conduct for members of our community, developers and users alike.
  • Security Guidelines: Security guidelines for the Enso project, including supported versions and our vulnerability reporting process.
  • Getting Enso: Instructions for how to get and run a copy of Enso.

It is broken up into categories as follows:

  • Distribution: Information on how we distribute Enso to our users, and how Enso packages themselves work.
  • Language Server: Information on the Enso language server, its protocol, and how it integrates with the runtime.
  • Polyglot: Information on Enso's polyglot functionality, and how it is integrated into the surface Enso language.
  • RFCs: RFCs for Enso's development and evolution.
  • Runtime: Specification and documentation of the way that the Enso runtime is designed and implemented.
  • Semantics: A specification of Enso's semantics.
  • Style Guides: Style guides for the code written as part of the Enso project.
  • Syntax: A specification of Enso's syntax.
  • Types: A specification of Enso's type system and type theory.
  • Debugger: A specification of Enso's debugger.
  • Parser: Design and specification of the Enso parser.
  • Infrastructure: Description of the infrastructure for building Enso.
  • Libraries: Description of Enso's Library Ecosystem.