summaryrefslogblamecommitdiff
path: root/lang/ruby-python/pkg-descr
blob: 3bbc79441782845a073be1a6f2f22f686dd8cb36 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                      
                                                          
                                                                      
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!

Author:	Masaki Fukushima <fukusima@goto.info.waseda.ac.jp>
WWW:	http://www.goto.info.waseda.ac.jp/~fukusima/ruby/python-e.html