I want to learn to program. (13)

1 Name: Beginner : 2007-11-02 10:23 ID:lNaAeBJv

What is programming?
How do I program?

2 Name: #!/usr/bin/anonymous : 2007-11-02 23:08 ID:HbDXbUKD

pres butan
do a barrel roll

3 Name: #!/usr/bin/anonymous : 2007-11-03 02:58 ID:Qc6rN+Do

4 Name: #!/usr/bin/anonymous : 2007-11-03 14:02 ID:Heaven

First, wear a helmet. Second, find a prog. Third, ram as hard as you can.

You are now a programmer.

5 Name: #!/usr/bin/anonymous : 2007-11-06 12:08 ID:nSjvHIaL

6 Name: #!/usr/bin/anonymous : 2007-11-20 02:50 ID:2zUPsErK

>>1

Search the web for tutorials on programming. It shouldn't be too hard to find a few. Maybe try to program in Pascal or something? I don't know which is the best language for beginners.

Not C or C++ because of the low-level functionality and such.

http://www.programmingtutorials.com/ looks like a good place to start.

Hope this helps.

7 Name: #!/usr/bin/anonymous : 2007-11-22 09:28 ID:0I/8SxOa

Visual Basic is an easy language to pick up.

Select button from the toolbox.
Drag the button out on the GUI to place button.
Double Click button to view code.
Type: msgbox "Hello world!"
Hit the compile button.

And there you have a nice program that says "Hello world!"
It's not good for working low level, optimising code or making games though.

You can grab MS VB.NET Express Edition for free from their website.

8 Name: #!/usr/bin/anonymous : 2007-11-22 20:07 ID:1oJuJUei

>>7
Shut the fuck up. Get the fuck away from here.

>>1
Start from http://en.wikipedia.org/wiki/Computer_programming
When you will get to learn some language, I'd recommend Python because it is simple and illustrative.
Then proceed with Scheme, then C, Perl, Tcl, Ruby, Prolog, Erlang, Haskell etc

9 Name: #!/usr/bin/anonymous : 2007-11-23 15:22 ID:Heaven

Start with ASM to have a solid historical perspective.

10 Name: #!/usr/bin/anonymous : 2007-11-24 13:40 ID:DDvtIYra

11 Name: #!/usr/bin/anonymous : 2007-12-07 13:54 ID:gDKEGyfG

Just read SICP.

12 Name: #!/usr/bin/anonymous : 2007-12-07 18:22 ID:Heaven

>>11
Shouldn't you be off some where currying some functions?

13 Name: #!/usr/bin/anonymous : 2007-12-08 15:12 ID:Heaven

>>12
You're thinking of Haskell programmers. Lisp coders usually find currying too much of a bother.

This thread has been closed. You cannot post in this thread any longer.