Hybrid visual and textual functional programming.
Go to file
Michał Wawrzyniec Urbańczyk d2e16c3e1f
Directory structure and packaging guideline (#64)
* Directory structure and packaging guidelines as suggested by wdanilo when discussing the file manager.
* renames to follow the proposed structure
2019-08-06 02:25:35 +02:00
.github Update doc comment guidelines (#49) 2019-07-24 13:05:45 +01:00
doc Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
FileManager/src File Manager (#46) 2019-07-24 17:36:33 +02:00
Interpreter/src Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
Pkg/src/main Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
project File Manager (#46) 2019-07-24 17:36:33 +02:00
ProjectManager/src/main Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
Syntax/src Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
.gitignore Introduce global scope to the interpreter 2019-07-11 16:30:14 +01:00
.scalafmt.conf Merge branch 'master' of github.com:luna/enso 2019-06-12 12:48:42 +02:00
azure-pipelines.yml Fail CI build if there are issues (#24) 2019-07-15 15:09:06 +02:00
build.sbt Directory structure and packaging guideline (#64) 2019-08-06 02:25:35 +02:00
CODE_OF_CONDUCT.md Set up the repository (#1) 2019-06-11 17:07:54 +01:00
CONTRIBUTING.md Set up the repository (#1) 2019-06-11 17:07:54 +01:00
LICENSE Set up the repository (#1) 2019-06-11 17:07:54 +01:00
README.md Set up the repository (#1) 2019-06-11 17:07:54 +01:00

Enso Programming Language

Visual and textual functional programming language with a focus on productivity, collaboration and development ergonomics.

Enso is a developers whiteboard on steroids. Design, prototype, develop and refactor any application simply by connecting visual elements together. Collaborate with co-workers, interactively fine tune parameters, inspect the results and visually profile the performance in real-time.

Visit The Enso Website to learn more!

This repository contains the Enso interpreter and runtime, as well as its command-line interface. For the full (visual) Enso Studio, please take a look at Enso Studio.

Contributing to Enso

If you are interested in contributing to the development of Enso, please read the CONTRIBUTING.md file. It describes all the ways in which you can help the project, as well as provides instructions for how to build Enso.

Enso's Design

If you would like to gain a better understanding of the principles on which Enso is based, or just delve into the why's and what's of Luna's design, please take a look in the doc/design/ folder.

This documentation will evolve as Enso does, both to help newcomers to the project understand the reasoning behind the code, but also to act as a record of the decisions that have been made through Enso's evolution.

License

This repository is licensed under the Apache 2.0, as specified in the LICENSE file.

Please be aware that, as the commercial backing for Enso, New Byte Order Sp. z o. o. reserves the right under the CLA to use contributions made to this repository as part of commercially available Enso products.

If these terms are unacceptable to you, please do not contribute to the repository.

The Contributor License Agreement

As part of your first contribution to this repository, you need to accept the Contributor License Agreement. You will automatically be asked to sign the CLA when you make your first pull request.

Any work intentionally submitted for inclusion in Luna shall be licensed under this CLA.

The CLA you sign applies to all repositories associated with the Enso project, so you will only have to sign it once at the start of your contributions.