An open API service indexing awesome lists of open source software.

https://github.com/enso-org/tutorial_101

Project files for the Enso 101 tutorial.
https://github.com/enso-org/tutorial_101

enso tutorial visual-language

Last synced: 5 months ago
JSON representation

Project files for the Enso 101 tutorial.

Awesome Lists containing this project

README

          

# Tutorial: Enso 101


Watch on YouTube



In this tutorial you will:

- Use the Searcher to find and create nodes.
- Use a variety of standard library functions to create and manipulate data.
- Visualize data in a variety of ways.
- Learn how to create reusable functions from groups of nodes.

## Using these project files

- Install Enso and put the binary in your PATH.
- Clone this directory to `~/enso`.
- Call Enso with `--project First_Tutorial`.

## Next steps

Once you are comfortable with the 101 tutorial, move on to the [Trams tutorial](https://github.com/enso-org/tutorial_trams) to use Enso to read and process a real-world data set, the locations of trams in Kraków.

If you have any questions about the tutorials or using Enso, join us in the [Enso Discord](https://discord.gg/enso).