ekianjo
Hardcore Member
good luck writing regex in english.
There's a reason that code is code and not written in human language.
There's a reason that code is code and not written in human language.
Indeed, but what's the learning curve on learning the basics in BASIC vs learning the basics in Python? Learning Python after you've learned the basics is a lot easier than learning it as a first language, that should be obvious. Ultimately a sufficiently skilled programmer should be able to pick up any language in the same paradigm in almost no time at all. The important part of learning to program is keeping at it long enough to become that skilled programmer. It doesn't matter if Python is a useful language if the person learning it gets bored with it before completing the course. I'm not saying BASIC is a definitively good language for learning, just that it is one of the many good languages for learning: PandaBAS has a lot of great features that would allow him to really perceive progress. You can learn loops in Python and output a bunch of numbers, or you can learn loops in PandaBAS and display a bunch of pictures on the screen. There's more sense of accomplishment in the latter even though they've actually achieved the same thing, but feeling accomplished is a great way to keep at something.Now it could be that a beginner learning Python will actually have a much easier time than in BASIC in which case they should choose Python. I can't say that, it has been 28 years since I first started learning to program on my Vic20, and I picked up Python in about 30 minutes so I've got nothing to compare it to. The point is that the language you learn on doesn't ultimately matter, it should just be something easy and fun.In my suggestion, he'd need to learn:
In your suggestion, he'd need to learn:
- Programming basics
- Python or any "real-world" useful language
- Programming basics
- BASIC
- A useful programming language
You might like Ruby. It's straight forward like that.I got really good at Applescript a while back, so my struggle is not a conceptual one. Its simply the translations in my head from what I write (#import iostrean) to what it actually means (Computer, allow me to fucking type some goddamn text).
My english regexp must be broken. I'm having trouble parsing this sentence.Isnt Ruby also a scripting language? I was hoping to look into sonething more concrete (thats why I tried out Java)
you can also script with Python!! and sry but Java is.... (can you actually call that programming? 90% is copy and paste right?)EssoAir said:Isnt Ruby also a scripting language? I was hoping to look into sonething more concrete (thats why I tried out Java)
true,.. Ruby has one big advantage over the others - Rails Girls!!!! .... he he he : pEssoAir said:so ive been reading up on it. And WOW ruby looks amazing! Thanjs guise!
Are you mixing up Java and Javascript? Because it's totally two different things.. Javascript used in web development has turned into a copy and paste fest and since jQuery came out people don't even need to think to throw together a semi-decent web page..you can also script with Python!! and sry but Java is.... (can you actually call that programming? 90% is copy and paste right?)
Rails Girls? Like, girls that WebDev or seomthing?EssoAir said:so ive been reading up on it. And WOW ruby looks amazing! Thanjs guise!
true,.. Ruby has one big advantage over the others - Rails Girls!!!! .... he he he : p
I learned the basics of programming via Level I BASIC on my Tandy TRS-80 Model I.. Although how young I was the programs were just basically perverted / low brow Mad Libs..I feel dreadfully sorry for anyone that isn't old enough to have learnt to code initially in BASIC. Rest assured, I am working to put that right, and with luck we'll only lose a couple of generations.
D.