enso/docs
2020-07-20 18:04:42 +03:00
..
debugger Java 11 Migration (#928) 2020-07-01 13:21:13 +02:00
distribution Launcher Native Image Build (#970) 2020-07-10 12:57:42 +02:00
infrastructure Launcher Native Image Build (#970) 2020-07-10 12:57:42 +02:00
language-server doc: fix capability/acquire parameters (#1018) 2020-07-20 18:04:42 +03:00
parser Automate the Rust Code Generation (#990) 2020-07-15 11:29:13 +02:00
polyglot Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00
rfcs Update references to Luna to be Enso (#931) 2020-06-24 12:07:24 +01:00
runtime Integration with the Searcher Database (#994) 2020-07-20 11:00:49 +03:00
semantics Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00
style-guide Update rust style guide (#971) 2020-07-06 11:08:31 +01:00
syntax Fix a bug with compiler metadata (#838) 2020-06-16 13:52:11 +01:00
types Fix a few minor things in the repo (#986) 2020-07-08 16:10:06 +01:00
CODE_OF_CONDUCT.md Update references to Luna to be Enso (#931) 2020-06-24 12:07:24 +01:00
CONTRIBUTING.md Launcher Native Image Build (#970) 2020-07-10 12:57:42 +02:00
enso-philosophy.md Update the frontmatter in enso-philosophy.md 2020-05-20 09:00:25 +01:00
getting-enso.md Update some links in the docs (#968) 2020-07-03 17:17:01 +01:00
README.md Update the docs readme title 2020-07-02 14:12:21 +01:00
SECURITY.md Describe the Enso release process (#957) 2020-07-01 15:26:49 +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.