Welcome to Topaz¶
Topaz is a high performance implementation of the Ruby programming language,written in Python on top ofRPython (the toolchain that powers PyPy).
To get started right away, you candownload a pre-built binary and run it:
$ ./bin/topaz -e "puts 'Hello from Topaz'"Hello from Topaz