Skip to content

zamith/crystal

 
 

Repository files navigation

Crystal Build Status

Crystal is a programming language with the following goals:

  • Have the same syntax as Ruby, or at least as similar as possible.
  • Never have to specify the type of a variable or method argument.
  • Be able to call C code by writing bindings to it in Crystal.
  • Have compile-time evaluation and generation of code, to avoid boilerplate code.
  • Compile to efficient native code.

Why?

We love Ruby's efficiency for writing code.

We love C's efficiency for running code.

We want the best of both worlds.

We want the compiler to understand what we mean without having to specify types everywhere.

We want full OOP.

Oh, and we don't want to write C code to make the code run faster.

Status

  • The project is in pre-alpha stage: we are still designing the language.
  • The compiler is written in Crystal.
  • Includes the Boehm-Demers-Weiser conservative garbage collector, but this will change in the future.

Installing

Follow these instructions

Community

Questions or suggestions? Ask in our Google Group or join our IRC channel #crystal-lang at irc.freenode.net

githalytics.com alpha

About

The Crystal Programming Language

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Crystal 99.7%
  • Other 0.3%