November 19, 2024, 07:36:58 PM

1,531,352 Posts in 46,734 Topics by 1,523 Members
› View the most recent posts on the forum.


Which book should I read first(not literature)?

Started by Daddy, December 05, 2008, 09:28:11 AM

previous topic - next topic

0 Members and 2 Guests are viewing this topic.

Go Down

Nyerp


russell

I don't know

I've never liked learning programming languages from guides, it's easier to take an existing complex script and try to edit it to do something you want, then examine how it works

is how I learned css and php and mysql stuff, from messing with forum software

ME##


guff


Daddy


russell


guff

December 05, 2008, 03:49:30 PM #21 Last Edit: December 05, 2008, 04:08:09 PM by Commodore Guff
Quote from: russell on December 05, 2008, 03:43:33 PM
don't learn python, it's not useful for anything
you're retarded  doodthing;

name something it's not useful for

ps python can access the cocoa api too
pps c is worse than java
ppps you probable meant objective c anyways
pppps that's still just as bad
ppppps you place way too much importance on gui programming and you should die in a fire

superclucky

Quote from: russell on December 05, 2008, 01:22:27 PM
I don't know

I've never liked learning programming languages from guides, it's easier to take an existing complex script and try to edit it to do something you want, then examine how it works

is how I learned css and php and mysql stuff, from messing with forum software
Oh I learned this way!
It was very fun trying to figure out which pieces went were. :3

But it kinda got a little annoying with all the previews and etc. I should've downloaded something that lets me see my previews quicker back then.
kewns are smelly

Gladjaframpf

Quote from: Commodore Guff on December 05, 2008, 03:49:30 PM
you're retarded  doodthing;

name something it's not useful for

ps python can access the cocoa api too
pps c is worse than java
ppps you probable meant objective c anyways
pppps that's still just as bad
ppppps you place way too much importance on gui programming and you should die in a fire


Well C is kind of important if you want to do low level memory management stuff. I'm not sure how recommending C is playing important on GUI programming, if he wanted that he'd probably say Visual Basic or something.

P.S. Visual Basic is the Great Satan.

guff

Quote from: Gladjaframpf on December 05, 2008, 06:04:28 PM
Well C is kind of important if you want to do low level memory management stuff.
the only people who would want to do that are likely the same that would like kicking cacti with their bare feet
Quote from: Gladjaframpf on December 05, 2008, 06:04:28 PM
I'm not sure how recommending C is playing important on GUI programming...
it's not

recommending it so he can then learn the cocoa api is (which is silly anyways because it's an os x gui only) akudood;

Quote from: Gladjaframpf on December 05, 2008, 06:04:28 PM
P.S. Visual Basic is the Great Satan.
i would rather code in brainfuck  akudood;

Gladjaframpf

Quote from: Commodore Guff on December 05, 2008, 06:31:35 PM
the only people who would want to do that are likely the same that would like kicking cacti with their bare feet


But the final product is more efficient!

Using C for large projects is generally not a good idea but learning it gives you a better understanding of how the computer actually works. It's also useful if you have a few small chunks of a program that you want to be really efficient, because you can use C for those pieces so you have as much control over them as possible.


guff

Quote from: Gladjaframpf on December 05, 2008, 06:39:07 PM
But the final product is more efficient!

Using C for large projects is generally not a good idea but learning it gives you a better understanding of how the computer actually works. It's also useful if you have a few small chunks of a program that you want to be really efficient, because you can use C for those pieces so you have as much control over them as possible.


most of the time but that usually doesn't matter much outside of heavy number crunching applications baddood;

yeah but if someone hates java as jmv does, i'm pretty sure recommending c instead is a bit silly  akudood;

Gladjaframpf

Quote from: Commodore Guff on December 05, 2008, 06:48:06 PM
most of the time but that usually doesn't matter much outside of heavy number crunching applications baddood;

yeah but if someone hates java as jmv does, i'm pretty sure recommending c instead is a bit silly  akudood;


True enough. Hey JMV, learn Scheme! You might hate it less!

http://plt-scheme.org/
http://htdp.org/

guff

Quote from: Gladjaframpf on December 05, 2008, 06:53:37 PM
True enough. Hey JMV, learn Scheme! You might hate it less!

http://plt-scheme.org/
http://htdp.org/

i keep thinking about getting into scheme but i'm terrified of parentheses akudood;

also snorkel explain your comment about python's usefulness or i will fucking bury you  baddood;

Daddy


Go Up