The Dink Network

Reply to Re: I want to know how to make a DMOD.

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
June 26th 2008, 07:24 PM
fish.gif
Simeon
Peasant He/Him Netherlands
Any fool can use a computer. Many do. 
Ruby is not simpler than DinkC - it's easy to conclude that because Ruby supports far more language constructs than DinkC. All you need to know in DinkC is functions, goto, labels and if-statements; that's pretty much it. In Ruby, one can program in various paradigms using various language constructs.

I'm not saying Ruby is a difficult language; one of its design goals was to be geared towards the programmer. But if you want to understand both Ruby and DinkC with no background knowledge on these matters, it'll take longer to learn (may I say grok? ) Ruby because there's more to it than DinkC.