enso/doc
2020-04-17 12:12:28 +01:00
..
language-server Move visualisationUpdate to a more appropriate place (#659) 2020-04-17 11:40:34 +01:00
runtime Implement demand analysis (#658) 2020-04-17 12:12:28 +01:00
semantics Implement demand analysis (#658) 2020-04-17 12:12:28 +01:00
style-guides Update the structure of our documentation 2020-04-14 13:11:12 +01:00
syntax Fix an issue with the doc structure 2020-04-14 13:14:06 +01:00
types Fix an issue with the doc structure 2020-04-14 13:14:06 +01:00
enso-philosophy.md Implement demand analysis (#658) 2020-04-17 12:12:28 +01:00
README.md Implement demand analysis (#658) 2020-04-17 12:12:28 +01:00

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.