Combining the great ideas of simplicity of Go with the amazing engeneering of Rust, Sola is a programming language that aims to be simple, fast and safe.
Sola is implemented in Rust, using the amazing LALRPOP parser generator and the inkwell LLVM bindings. A lot of the basic codegen is based on the Kaleidoscope tutorial from the LLVM documentation.