2000-08-07 08:09:19 +02:00
|
|
|
Ruby extension library for embedding Python in Ruby. With this
|
|
|
|
library, Ruby scripts can directly call arbitrary Python modules.
|
|
|
|
Both extension modules and modules written in Python can be used.
|
|
|
|
|
|
|
|
Ruby and Python have some differences as described here. This library
|
|
|
|
enables Ruby users to have the advantages of both languages:
|
|
|
|
|
|
|
|
- Straightforward and easy-to-learn OO functionality of Ruby.
|
|
|
|
- Plenty of modules written for Python.
|
|
|
|
|
|
|
|
If you are attracted by Python modules but not fully satisfied with
|
|
|
|
Python's syntax or type system, try this library!
|
|
|
|
|
2000-08-12 22:09:41 +02:00
|
|
|
Author: Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
|
2000-08-07 08:09:19 +02:00
|
|
|
WWW: http://www.goto.info.waseda.ac.jp/~fukusima/ruby/python-e.html
|