Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 992 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 992 Bytes

Welcome to Crane!

Crane Banner
Welcome to the official repo for the Crane language Crane Community

Who are we?

The Crane Foundation is a group of people who believe in making a language that is both simple and efficient in design.

Why Crane?

Crane is a basic language designed to make your codebase readable while still maintaining the power you may get from C or Rust

Contributing

We are always open to contributions, so just open up a thread and submit a pull request. If we like it and it works we'll merge!

Docs

The docs are a WIP and this will be updated once available

Syntax

Crane syntax is C styled with aspects of Rust, Python and ruby

def main() -> Void {
  std.println("Hello world!")
}

(No semi colons)

Contributors