Off the wall question

R

Rick DeNatale

I found myself wondering if anyone has written any kind of rubyinline
in reverse.

What I'm talking about is a tool that could process some of the core
ruby source files like array.c, hash.c etc., and produce equivalent
ruby code.

Of course this wouldn't work for arbitrary c code, or even arbitrary
ruby extensions, but...
 
E

Eric Hodel

I found myself wondering if anyone has written any kind of rubyinline
in reverse.

What I'm talking about is a tool that could process some of the core
ruby source files like array.c, hash.c etc., and produce equivalent
ruby code.

Of course this wouldn't work for arbitrary c code, or even arbitrary
ruby extensions, but...

There's a lot of pure-C-ness in the Ruby stdlib that this isn't
workable. See String#split's implementation.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,209
Messages
2,571,088
Members
47,686
Latest member
scamivo

Latest Threads

Top