What is Crystal?
Crystal is a programming language that resembles Ruby but compiles to native code and tries to be much more efficient, at the cost of disallowing certain dynamic aspects of Ruby.
Crystal is a tool in the Languages category of a tech stack.
Crystal is an open source tool with 19.5K GitHub stars and 1.6K GitHub forks. Here’s a link to Crystal's open source repository on GitHub
Who uses Crystal?
Companies
21 companies reportedly use Crystal in their tech stacks, including WeTransfer, s21g, and DevDungeon.com.
Developers
271 developers on StackShare have stated that they use Crystal.
Crystal Integrations
Strapi, Airbrake, Fly, Starship (Shell Prompt), and Azk are some of the popular tools that integrate with Crystal. Here's a list of all 8 tools that integrate with Crystal.
Pros of Crystal
38
36
32
23
20
18
18
17
14
11
9
9
9
4
2
2
2
2
2
2
2
1
1
1
1
1
1
1
1
1
1
1
1
1
1
Decisions about Crystal
Here are some stack decisions, common use cases and reviews by companies and developers who chose Crystal in their tech stack.
Astro Arcade
I’m trying to find the best programming language for programming a video game. Should I use Crystal or JavaScript to create the game?
Crystal's Features
- Ruby-inspired syntax.
- 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.
Crystal Alternatives & Comparisons
What are some alternatives to Crystal?
JavaScript
JavaScript is most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB. It is a prototype-based, multi-paradigm scripting language that is dynamic,and supports object-oriented, imperative, and functional programming styles.
Python
Python is a general purpose programming language created by Guido Van Rossum. Python is most praised for its elegant syntax and readable code, if you are just beginning your programming career python suits you best.
Node.js
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.
HTML5
HTML5 is a core technology markup language of the Internet used for structuring and presenting content for the World Wide Web. As of October 2014 this is the final and complete fifth revision of the HTML standard of the World Wide Web Consortium (W3C). The previous version, HTML 4, was standardised in 1997.
PHP
Fast, flexible and pragmatic, PHP powers everything from your blog to the most popular websites in the world.