Crystal (programming language) icon
Crystal (programming language) icon

Crystal (programming language)

 8 likes

Programming language with Ruby-like syntax that compiles to efficient native code.

Crystal (programming language) screenshot 1

License model

  • FreeOpen Source

Platforms

  • Mac
  • Linux
  No rating
8 likes
0comments

Features

Suggest and vote on features
No features, maybe you want to suggest one?

Crystal (programming language) News & Activities

Highlights All activities

Recent News

Show more news

Recent activities

Show all activities

Crystal (programming language) information

  • Developed by

    Manas.
  • Licensing

    Open Source (Apache-2.0) and Free product.
  • Alternatives

    77 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Development

GitHub repository

  •  19,682 Stars
  •  1,633 Forks
  •  1951 Open Issues
  •   Updated Mar 22, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about Crystal (programming language), and it has gotten 8 likes

Crystal (programming language) was added to AlternativeTo by David on Aug 4, 2016 and this page was last updated May 4, 2024. Crystal (programming language) is sometimes referred to as Crystal.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Crystal (programming language)?

A compiled language with Ruby like syntax and type inference

Language goals:

  • Have a syntax similar to Ruby (but compatibility with it is not a goal)
  • Statically type-checked but without having to specify the type of variables or method arguments.
  • 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.

Official Links