what programming language should i learn (17)

1 Name: #!/usr/bin/anonymous : 2007-01-27 23:36 ID:ZEDBjsbG

i want to learn some sort of programming language for uh some reason. i guess i'm pretty bored and i need something to do instead of the internet and masturbation and downloading tv shows. all i know is like, basic html and logo; html isn't even a programming langugae and logo might as well not be. so what should i learn?
so far C++ is looking pretty good. but that's more of a guess than anything.

2 Name: #!/usr/bin/anonymous : 2007-01-27 23:58 ID:Heaven

Depends on what you would like to do with it. If you want to do something like games and/or graphics, C++ is a good idea. If you want to do web things, you could look into perl, or ruby. If you want something you might be able to use in a job, java is probably a good idea.

3 Name: #!/usr/bin/anonymous : 2007-01-28 00:06 ID:ZEDBjsbG

I just want something that would be a good introduction to programming (applications and stuff I guess, not like, web stuff), and will help a lot of I want to learn another language. Kind of like how learning Latin helps you learn French, German, etc.

4 Name: #!/usr/bin/anonymous : 2007-01-28 04:18 ID:Heaven

In that case maybe you should try and read the board:

http://4-ch.net/code/kareha.pl/1109963434/

5 Name: #!/usr/bin/anonymous : 2007-02-02 04:07 ID:Heaven

Logo is a totally legitimate programming language by the way.

6 Name: It's Me!8NBuQ4l6uQ : 2007-05-25 20:14 ID:uSoj0dsl

If you can get a hold of or 'borrow' Visual Basic that would be a good introduction. Not neccasary to learn that language but it will help u to understand the fundamentals of programming in a Graphical way. I have created basic programs with VB that maybe I wouldn't have with say C++ because it takes alot of time, just to build something simple. C++ & Java are great but you wont get much out in the short term. Visual C++ even...

7 Name: #!/usr/bin/anonymous : 2007-05-26 01:15 ID:4zYxUGUO

>>6

If you want to learn to build your own radio, you should think about how the casing's going to work before you learn about circuits?

8 Name: dmpk2k!hinhT6kz2E : 2007-05-26 06:24 ID:Heaven

I don't recommend starting with a GUI. If just have to have a GUI, perhaps consider using Tcl/Tk.

The 8.5 branch includes an engine that can hook into native widgets, so it's not so sinfully ugly anymore. E.g.:
http://tktable.sourceforge.net/tile/screenshots/demo-aqua.png
http://tktable.sourceforge.net/tile/screenshots/demo-xp-silver.png

Tcl is actually a rather nice language in its own way. It feels like a hybrid between Lisp and Forth and looks like a hybrid between Perl and Python. A beginner could start with it and keep using it for a very long time...

9 Name: #!/usr/bin/anonymous : 2007-05-26 10:51 ID:3eL7iRuo

C.

10 Name: #!/usr/bin/anonymous : 2007-05-26 18:13 ID:Zv1X4Uvd

Python.

11 Name: #!/usr/bin/anonymous : 2007-05-28 12:06 ID:Heaven

COBOL

didn't we do this thread already?

12 Name: #!/usr/bin/anonymous : 2007-05-28 20:21 ID:Heaven

That was about teaching programming languages. This obviously completely different.

13 Name: #!/usr/bin/anonymous : 2007-05-31 06:38 ID:Heaven

Haskell.

14 Name: #!/usr/bin/anonymous : 2007-05-31 08:06 ID:5rnaleYY

H4X PR0GR4|\/||\/|1|\|6

15 Name: idk : 2007-05-31 13:02 ID:cMgoimt1

PHP.

16 Name: #!/usr/bin/anonymous : 2007-06-03 16:33 ID:Heaven

Brainfuck.

And what I really mean by this here is stop posting random names of programming languages, you idiots.

17 Name: #!/usr/bin/anonymous : 2007-08-09 15:30 ID:Heaven

Python is looking good to me. It seems reasonably consistent and simple. And people are writing apps and games in it. Google for tutorials, there's probably lots of them.

C++ is going to be very useful, but I'd say it is not very good as a first programming language.

If you're on Unix, learning some shell scripting is another thing that is going to start paying of pretty quickly.

Whichever you go with (Python, VB, Perl?), eventually you should look into stuff like how computers work on a low level, and maybe even take a look at some assembly language - and then learn C. That probably won't be easy, but it will make lots of things fall into place.

IMO, of course. And none of us really know what you want to know a programming language for...

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