enso/docs
2020-05-27 14:59:23 +02:00
..
distribution Auto-imported Std Lib and File Operations Cleanup (#771) 2020-05-20 17:05:22 +02:00
language-server Clarify Text Edits Application Order 2020-05-22 17:23:39 +02:00
polyglot Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00
rfcs Miscellaneous documentation fixes (#770) 2020-05-20 12:21:52 +01:00
runtime Add the Runtime Cache Design Docs (#764) 2020-05-20 16:34:23 +03:00
semantics Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00
style-guide Support complex type definitions (#773) 2020-05-20 16:42:23 +01:00
syntax Handles disable and doc comments (#780) 2020-05-27 14:59:23 +02:00
types Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00
CODE_OF_CONDUCT.md Miscellaneous documentation fixes (#770) 2020-05-20 12:21:52 +01:00
CONTRIBUTING.md Miscellaneous documentation fixes (#770) 2020-05-20 12:21:52 +01:00
enso-philosophy.md Update the frontmatter in enso-philosophy.md 2020-05-20 09:00:25 +01:00
README.md Miscellaneous documentation fixes (#770) 2020-05-20 12:21:52 +01:00
SECURITY.md Restructure the developer documentation (#751) 2020-05-15 11:41:26 +01:00

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

Enso 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.

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.