
We are announcing a new patch release of the Crystal 1.16 series.

A community for discussing and posting things relating to the crystal programming language
Looking for mods, if you want to mod the community feel free to dm Ategon
We are announcing a new patch release of the Crystal 1.16 series.
We are announcing a new patch release of the Crystal 1.16 series.
The marisa.cr Crystal shard gives you access to the powerful Marisa Trie data structure, perfect for storing and searching strings efficiently. Let’s look at how to use it.
I created a marisa.cr library and wanted to share it around.
usage: ``require "marisa"
trie = Marisa::Trie.new trie.add("snow") trie.add("snow cone") trie << "ice cream" # same as add ``
More info in the link
We are announcing a new Crystal release 1.16.0 with several new features and bug fixes.
Crystal 1.14.0 is released
We are announcing a new Crystal release with several new features and bug fixes.
Crystal 1.13.1 is released - Fixing a regression with Unicode strings in the JSON parser
We are announcing a new patch release of the Crystal 1.13 series to fix a regression with Unicode strings in the JSON parser.
Crystal 1.12.0 is released
We are announcing a new Crystal release with several new features and bug fixes.
The Crystal website here at crystal-lang.org has received a major overhaul.
In 2019, we announced that Crystal had multi-threading support. Since then, users wanting to squeeze a bit of those cores have the possibility to compile the app with the -Dpreview_mt flag and have access to parallel processing. However, five years later, the situation has not advanced much, with a ...
We are announcing a new patch release of the Crystal 1.11 series. Crystal 1.11.2 fixes some regressions from 1.11.0.
It has been 6 months since we last reported on the status of Windows support in Crystal 1.9. Although there aren’t as many changes in 1.10 and 1.11, we have nonetheless made some significant breakthroughs which will be described below.
We are announcing a new patch release of the Crystal 1.11 series with some important bugfixes.