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.
- Host: GitHub
- URL: https://github.com/enso-org/tutorial_101
- Owner: enso-org
- Created: 2021-01-24T10:31:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-13T16:34:13.000Z (over 4 years ago)
- Last Synced: 2025-08-10T13:39:14.484Z (5 months ago)
- Topics: enso, tutorial, visual-language
- Homepage:
- Size: 26.4 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tutorial: Enso 101
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).