Crystal

65 readers
1 users here now

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

https://crystal-lang.org/

founded 2 years ago
MODERATORS
1
2
3
4
5
submitted 3 months ago* (last edited 3 months ago) by lautan@lemmy.ca to c/crystal@programming.dev
 
 

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

5
6
7
8
9
10
11
12
13