Crystal

November 20th, 2023

While languages like Rust and Go have proven themselves to be newer, safer alternatives to more "traditional" system languages like C++, there's other languages which haven't received as much attention. Nim, Zig have shown some impressive benchmarks. One language that hasn't received nearly as much attention is Crystal.

class SomeClass
  def someMethod
    puts "This prints to stdout"
  end
end
function somefunc() {
  let x = 1;
  return x;
}

class SomeClass {
  constructor() {
    super();
  }
  someMethod() {

  }
}

Here's a blockquote. I'm just using this placeholder to style it.

  1. ordered list item 1
  2. ordered list item 2