LWN.net Logo

Topaz: a new Ruby implementation

Topaz: a new Ruby implementation

Posted Feb 6, 2013 21:32 UTC (Wed) by davide.del.vento (guest, #59196)
In reply to: Topaz: a new Ruby implementation by tnoo
Parent article: Topaz: a new Ruby implementation


(Log in to post comments)

Topaz: a new Ruby implementation

Posted Feb 6, 2013 21:52 UTC (Wed) by tnoo (subscriber, #20427) [Link]

CPython != Cython
The first is the standard implementation in C, the second (cython.org) is is a way to write C-extension modules almost inline (by adding static type declarations), and can easily link into C programs.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds