Is ruby C source code more complex than python C source code?

Hello,

Is ruby C source code more complex than python C source code?

Thanks.

indeed.

On Mon, Oct 29, 2012 at 12:42 AM, Eric C.

Complex how? What would that prove anyway? And what version of Ruby?
MRE? Rbx? IronRuby? Head? 1.9.3? 1.8.7?

Ruby 1.9.3 (writen in C)

You will need to define what you mean by complex. Are you referring to
ADTs?

Since the source is open you can grab both languages and compare them
yourself.

The ruby docs allow you to see the source implementation as you look
up the tokens which ruby parses.

On Sun, Oct 28, 2012 at 11:20 PM, gmspro gmspro [email protected]
wrote:

Hello,

Is ruby C source code more complex than python C source code?

That sounds like a really subjective question.