Welcome to the official repo for the Crane language
Crane Community
The Crane Foundation is a group of people who believe in making a language that is both simple and efficient in design.
Crane is a basic language designed to make your codebase readable while still maintaining the power you may get from C or Rust
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!
The docs are a WIP and this will be updated once available
Crane syntax is C styled with aspects of Rust, Python and ruby
def main() -> Void {
std.println("Hello world!")
}
(No semi colons)