Crystal is a programming language that aims to provide Ruby-like syntax with C-like performance. It compiles to efficient native code without needing to specify variable or argument types. Crystal installation is simple on Linux, macOS, and Windows. Programs can be run, built, and compiled directly from the command line. While still in pre-alpha, the language is designed and its compiler written in Crystal. Porting Ruby code to Crystal is easy with few needed modifications. Current limitations include a lack of incremental compilation and difficulty implementing a REPL due to Crystal not being dynamically typed.