Skip to content
Sam Tebbs edited this page Jul 26, 2015 · 2 revisions

Ash

Ash is an imperative and object-oriented programming language that will sit on top of the Java platform. Some of its aims are:

  • To modernise the syntax and semantics of Java
  • To compile down to Java bytecode
  • To be totally interoperable with Java with no extra work

It is currently under heavy development, so many features that are planned are not implemented yet (see the issues section for the to-do list!). Suggestions and help are welcomed, see the issues section of you'd like to propose an idea or let us know about a bug.

Please check out the rest of the wiki for details, such as syntax and a contribution guide (coming soon)

Welcome to the Ash Wiki!

If you'd like to contribute, please check out the Contributing page!

To see our current build status, visit the Travis build page.

To have a chat and discuss the project, head over to the Gitter chat room.

To check out the source code, have a look at the repository.

Clone this wiki locally