Quartz
Quartz is an interpreted, statically typed programming language with Haskell backend. This language was created for game development with minilight.
Examples
func main() {
println("Hello, World!");
}
See examples directory for more information.