Skip to content

Instantly share code, notes, and snippets.

@vladfaust
Created May 3, 2019 17:43
Show Gist options
  • Save vladfaust/9c25bde45d7a6834d77b6aa62b0827a4 to your computer and use it in GitHub Desktop.
Save vladfaust/9c25bde45d7a6834d77b6aa62b0827a4 to your computer and use it in GitHub Desktop.
Sorbet is cool, but polished Crystal is better
class A
def sum(a : Int, b : Int) : Int
a + b
end
end
A.new.sum("foo", 42) # Compilation-time error, `a` is not Int32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment