Hello,
Is ruby C source code more complex than python C source code?
Thanks.
···
--
Posted via http://www.ruby-forum.com/.
Hello,
Is ruby C source code more complex than python C source code?
Thanks.
--
Posted via http://www.ruby-forum.com/.
That sounds like a really subjective question.
On Sun, Oct 28, 2012 at 11:20 PM, gmspro gmspro <lists@ruby-forum.com> wrote:
Hello,
Is ruby C source code more complex than python C source code?
Ruby 1.9.3 (writen in C)
--
Posted via http://www.ruby-forum.com/.
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 <lists@ruby-forum.com> wrote:
Is ruby C source code more complex than python C source code?
indeed.
On Mon, Oct 29, 2012 at 12:42 AM, Eric Christopherson <echristopherson@gmail.com> wrote:
On Sun, Oct 28, 2012 at 11:20 PM, gmspro gmspro <lists@ruby-forum.com> wrote:
Hello,
Is ruby C source code more complex than python C source code?
That sounds like a really subjective question.
Complex how? What would that prove anyway? And what version of Ruby?
MRE? Rbx? IronRuby? Head? 1.9.3? 1.8.7?
On Mon, Oct 29, 2012 at 7:53 AM, brad smith <bradleydsmith@gmail.com> wrote:
indeed.
On Mon, Oct 29, 2012 at 12:42 AM, Eric Christopherson > <echristopherson@gmail.com> wrote:
On Sun, Oct 28, 2012 at 11:20 PM, gmspro gmspro <lists@ruby-forum.com> wrote:
Hello,
Is ruby C source code more complex than python C source code?
That sounds like a really subjective question.