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.
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.
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?
