Crystal could be a really powerful tool for enhancing existing Ruby code.<p>Imagine a world where you write your code in Ruby, but farm out the expensive operations to a Ruby-like Crystal extension (similar to what is commonly done with C or Rust). I think this is possible already (just after a quick Google search[1]), just not friendly for the average Ruby dev to implement.<p>[1] <a href="https://www.slideshare.net/AnnaKazakova/how-to-write-ruby-extensions-with-crystal" rel="nofollow">https://www.slideshare.net/AnnaKazakova/how-to-write-ruby-ex...</a>