Skip to content

Instantly share code, notes, and snippets.

@ceylonwebide
Last active September 26, 2015 18:43
Show Gist options
  • Save ceylonwebide/47c86fe533c216e95459 to your computer and use it in GitHub Desktop.
Save ceylonwebide/47c86fe533c216e95459 to your computer and use it in GitHub Desktop.
IMPORTANT: Official Ceylon Web IDE Examples
{
"sets": [
{
"title": "Try out a sample:",
"items": [
{
"title": "Hello World",
"gist": "1b5a174b7fda6eb0e3a6"
},
{
"title": "Basics",
"gist": "1a202fe95520b7aaa221"
},
{
"title": "Null values and union types",
"gist": "649c59d22ce318952f7d"
},
{
"title": "Conditions and assertions",
"gist": "92d4013c37728ddff995"
},
{
"title": "Classes and functions 1",
"gist": "e5dc750dad47816372a1"
},
{
"title": "Interfaces and mixin inheritance",
"gist": "3bebb5f7a321eec8a5e1"
},
{
"title": "Classes and functions 2",
"gist": "62ffb356adfcd8fdfda6"
},
{
"title": "Collections and sequence comprehensions",
"gist": "0b014fed55efabe90c9d"
},
{
"title": "Named argument syntax",
"gist": "67efe558f9f17ad4d92d"
},
{
"title": "Type parameters",
"gist": "b49ba50c98c1b288af20"
},
{
"title": "Enumerations and the switch statement",
"gist": "44c8a5df42bfa6e0e744"
},
{
"title": "Interoperability",
"gist": "d5ac55d0a6c2748533b9"
},
{
"title": "Interoperability 2",
"gist": "7addd309edaa56c5c2ef"
},
{
"title": "Dynamic interfaces",
"gist": "68d4d84a4ddab9c8b742"
},
{
"title": "Operator polymorphism",
"gist": "fbc0950ca55eb5c39c0a"
},
{
"title": "Type-safe Metamodel",
"gist": "7ea566d1f01fdd280c89"
},
{
"title": "Game of Life",
"gist": "8860a7a70fb92e306f1f"
},
{
"title": "Local Import",
"gist": "5e9b02372afd7b30c00d"
},
{
"title": "Module Import",
"gist": "15bd4e459de5edcd8624"
}
]
}
],
"default": {
"gist": "1b5a174b7fda6eb0e3a6"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment