The document introduces the Ceylon project, which aims to design a new programming language and SDK that addresses frustrations with Java while retaining its successes. It was started by Gavin King and his team who have been developing Java frameworks for 10 years. Ceylon will run on the JVM and feature static typing, automatic memory management, and first-class functions while being readable like Java. Gavin provides some examples of Ceylon's syntax including classes, sequences, higher-order functions, and named arguments to demonstrate how it addresses issues in Java. The project is not yet available publicly and this talk is the first public discussion of Ceylon.