|
|
|
|
|
by de90
5061 days ago
|
|
That is in no way simpler, only faster. I have no experience with writing for C64, but to me at a quick glance it makes little sense just skimming over that. Now take a language like RoR which I have never used. I can easily look at it and atleast kind of see what is going on. The abstractions we have now atleast allow for code that can read like a book, and that is a lot less intimidating for someone trying to get started with programming. |
|
it is simpler. it's not as intuitive, because youre putting it in relation to your current experiences. your current experiences make it easy for you to understand ror. but now imagine you wanna change something in the actual ror stack. how simple does that become? not that simple anymore is it?
if you come from a different background and you look at functional programming languages you might say wow that's difficult. but similarly a guy that's only written functional code and looks at ror might say wow you're an idiot.
i hope you get the drift. it's just subjectivity youre talking about.