Skip to content

denim2x/Seraph

 
 

Repository files navigation

Topaz

This is fork of official repo which is not developed since 2016.

Topaz is an implementation of the Ruby programming language, written in Python, using the RPython VM toolchain. Its goals are simplicity of implementation and performance.

Install using Docker

docker build -t topaz - < Dockerfile

To run something:

docker run -it topaz

topaz /path/to/file.rb

Benchmarks

I added it to benchmarks here: https://github.com/kostya/jit-benchmarks, in most cases this is not final performance, and optimizations can be done

About

A high performance Python, written in Nim

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.3%
  • Ruby 23.9%
  • C 2.3%
  • Other 0.5%