Note: information on this page refers to Ceylon 1.2, not to the current release.
Ceylon Walkthrough
The Ceylon Walkthrough is a set of exercises originally developed for a workshop presented by Gavin and Enrique in Mexico City. It comes in English, Spanish, French, and German, and covers much of the basics of the language.
Before you start
To try the walkthrough, first install Java 7 or 8, Eclipse Mars or Luna, and Ceylon IDE 1.2.
Getting the code
The walkthrough project is in github. To import the project into Eclipse:
- Select
File > Import...
, thenGit > Projects from Git
, and clickNext
. - Select
URI
, and clickNext
. - Enter the URI
https://github.com/ceylon/ceylon-walkthrough.git
and clickNext
. - Select only the branch
master
, and clickNext
. - Enter a directory on the local file system, click
Next
twice, and thenFinish
.
Try it
- For English, go to the directory
source/en
. - Para español, ve a
source/es
. - Pour le français, allez à
source/fr
. - Für die deutsche Version, siehe
source/de
.
Start with 01basics.ceylon
.