Evening Reading
by Steve Gibson, Jul 19, 2007 3:59pm PDTYes, another new feature showing up in test form is the new download servers on FileShack with support for download managers and new locations. We'll have a technology overview and more info on what we're up to detailed on FileShack in the coming weeks but for now just try it out and see. If you don't have Mercury service, it's available to fuss with on the latest Civ IV Beyond the Sword Demo. So here is this stuff:
- Pricey space vacations :(
- Ultracold
- They solved checkers!
- Landing on Mars
Splinter Cell Blacklist co-op modes partially detailed
FIFA 14 on PC won't use Ignite engine
Ace Attorney Trilogy coming to iOS next week
Far Cry 3 editor jazzed up with Blood Dragon shinies
Epic Mickey 2 for Vita coming June 18
Poker Night 2 antes up on iOS
Warhammer Quest hitting iOS May 30
Super Stardust dev making 'spiritual successor' for PS4
Dungeons & Dragons: Chronicles of Mystara preview: classic arcade revival
Final Fantasy XIV gets reborn on August 27; collector's edition detailed



So I posted earlier about learning to program:
http://www.shacknews.com/laryn.x?id=14788038#itemanchor_14788038
So it seems like the consensus is either C or Perl. Perl and/or Python would directly apply in my job, and while I have dabbled in Perl a bit I've forgotten it all. It was very confusing to me, but I wonder if it wouldn't be better for me to start with something I could apply right away rather than learning C to get the core concepts down. I have a feeling learning C first would probably benefit me in the long run.
What is Ruby all about? It seems like a cool language that would be easier to learn, but i can't tell how well it would apply when I went to learn new languages.
Thread Truncated. Click to see all 158 replies.
The benefit of not starting with C right away is that you can defer a lot of work learning how computer memory is organized and how to manage memory yourself. Failures in a language like ruby or python will be a lot gentler than in C, where you're likely to crash the program if you make a mistake. This is not an argument against learning C eventually! Just not necessarily the place to start, unless you have an immediate need for it.
On the other hand, if you are really determined to start with C, you can certainly do that. If you're motivated, you will overcome these challenges. Learn the one you think will be the most fun first. And a lot of that may depend on what you want to write.
You must be logged in to post.