CrystalGang [comrade/them]

  • 0 Posts
  • 3 Comments
Joined 3 years ago
cake
Cake day: November 22nd, 2021

help-circle

  • Crystal lang is like Rust without a borrow checker, and more importantly, without semicolons. The syntax is like Ruby, but performs fast like golang. It's compiled with a garbage collector like golang, but also it's kind of like "what if golang was good?". Unlike ruby, the macros are compile time instead of runtime, also unlike Ruby, the type system is closer to rusts.