Content deleted Content added
Highlight using Ceylon lexer |
m Bot: link syntax and minor changes |
||
Line 2:
| name = Ceylon
| paradigm = [[Object-oriented programming|Object-oriented]]
| logo =
| released = 2011
| designer = Gavin King, [[Red Hat]]
Line 50:
=== Type System ===
One of the most novel aspects of Ceylon is its [[
More uniquely, Ceylon allows for union and intersection types, where a variable can have more than one type. For example, here is a Ceylon function which may take either an [[Integer (computer science)|integer]] or a [[String (computer science)|string]]:
|