[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

FYI: Ruby code size with XML-RPC

bazad

10/15/2004 6:40:00 AM

Hi,

I took a look at samples provided at

http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-...

The code seems to be functionally the same, but the amount of lines is
very different:

C: 53
C++: 44
Java: 41
PHP: 41 (including html)
Ruby: 12
C#: example is not available

Ruby number is very impressive and it is difficult to resist :)
1 Answer

bazad

10/15/2004 6:45:00 AM

0

bazad <nobody@noreply.not> writes:

> Hi,
>
> I took a look at samples provided at
>
> http://xmlrpc-c.sourceforge.net/xmlrpc-howto/xmlrpc-...
>
> The code seems to be functionally the same, but the amount of lines is
> very different:
>
> C: 53
> C++: 44
> Java: 41
> PHP: 41 (including html)
> Ruby: 12
> C#: example is not available

I missed a couple languages. So, to be fair:

Python: 10
Perl: 12

I'd say Ruby, Python and Perl are in the same category, given spaces
and comments involved.

> Ruby number is very impressive and it is difficult to resist :)