Welcome to TopazΒΆ

Topaz is a high performance implementation of the Ruby programming language, written in Python on top of RPython (the toolchain that powers PyPy).

To get started right away, you can download a pre-built binary and run it:

$ ./bin/topaz -e "puts 'Hello from Topaz'"
Hello from Topaz