pycall.rb icon indicating copy to clipboard operation
pycall.rb copied to clipboard

Introduce Ruby's Array and Hash wrappers in Python

Open mrkn opened this issue 6 years ago • 0 comments

Now pycall.rb converts Ruby's Array and Hash to Python's list and dict, respectively. For reducing conversion costs, we need to introduce wrappers of Array and Hash in Python-side. These wrapper classes should be subclasses of list and dict, respectively.

mrkn avatar Apr 02 '18 03:04 mrkn