Page 1 of 2 [ 27 posts ]  Go to page 1, 2  Next

Tim_Tex
Veteran
Veteran

User avatar

Joined: 2 Jul 2004
Age: 45
Gender: Male
Posts: 46,115
Location: Houston, Texas

19 Feb 2011, 9:08 pm

I am studying SQL, JavaScript, ASP.NET, PHP, HTML, and C#.

Does anybody know of any other languages that are good to study as far as job prospects go?


_________________
Who’s better at math than a robot? They’re made of math!


jamesongerbil
Veteran
Veteran

User avatar

Joined: 17 Sep 2009
Age: 38
Gender: Female
Posts: 1,001

19 Feb 2011, 10:35 pm

Wow, SQL was the first one I thought of, lol. Visual basic is really useful, as is Python.



Fuzzy
Veteran
Veteran

User avatar

Joined: 30 Mar 2006
Age: 52
Gender: Male
Posts: 5,223
Location: Alberta Canada

19 Feb 2011, 10:40 pm

Python.

I'm liking ruby as well, and that would tie in nicely with your javascript, php and html.


_________________
davidred wrote...
I installed Ubuntu once and it completely destroyed my paying relationship with Microsoft.


Biokinetica
Toucan
Toucan

User avatar

Joined: 8 Dec 2010
Age: 36
Gender: Male
Posts: 266
Location: Vulcan

19 Feb 2011, 11:17 pm

HTML isn't a programming language. I would suggest C++ instead of C#, as the latter is tied to .NET and therefore reliant upon Microsoft.



Last edited by Biokinetica on 20 Feb 2011, 1:08 am, edited 1 time in total.

Titangeek
Veteran
Veteran

User avatar

Joined: 22 Aug 2010
Age: 31
Gender: Male
Posts: 7,696
Location: somewhere in the vicinity of betelgeuse

20 Feb 2011, 12:09 am

i am learning visual basic.


_________________
Always be yourself, express yourself, have faith in yourself, do not go out and look for a successful personality and duplicate it.
- Bruce Lee


ruveyn
Veteran
Veteran

User avatar

Joined: 21 Sep 2008
Age: 88
Gender: Male
Posts: 31,502
Location: New Jersey

20 Feb 2011, 1:04 am

If you like writing scripts, PERL is a good language.

ruveyn



peterd
Veteran
Veteran

User avatar

Joined: 25 Dec 2006
Age: 72
Gender: Male
Posts: 1,351

20 Feb 2011, 4:53 am

If you really want something useful, rather than something with existing job prospects, try XQuery.

(I keep thinking the job prospects will follow, but everyone's so dedicated to going on doing things the way they already know. Even if there are decades of evidence there that it doesn't work terribly well).

Download an Exist 1.4.1 and (as long as you've a Java installation to run it with) you're away.



Moog
Veteran
Veteran

User avatar

Joined: 25 Feb 2010
Age: 45
Gender: Male
Posts: 17,671
Location: Untied Kingdom

20 Feb 2011, 7:40 am

A lot of people speak English. English is good for communicating with others and self programming.


_________________
Not currently a moderator


PatrickNeville
Veteran
Veteran

User avatar

Joined: 8 Sep 2010
Age: 33
Gender: Male
Posts: 1,136
Location: Scotland

20 Feb 2011, 9:34 am

Would anybody like me to send them a copy of either of the following?

Learn C programming language in 24 hours

The C++ 3rd Edition- Bjarne Stroustrup

Both in PDF format. Got plenty more where that came from on everything from quantum mechanics, material properties, chemistry etc and can even burn off DVDs to send away if people would like?


_________________
<Insert meaningful signature here> ;)


Fogman
Veteran
Veteran

User avatar

Joined: 19 Jun 2005
Age: 57
Gender: Male
Posts: 3,986
Location: Frå Nord Dakota til Vermont

20 Feb 2011, 12:34 pm

I would suggest C and C++. If you are particularly good with Math, I would also suggest Assembler, as it is a very efficient language to program in.


_________________
When There's No There to get to, I'm so There!


ruveyn
Veteran
Veteran

User avatar

Joined: 21 Sep 2008
Age: 88
Gender: Male
Posts: 31,502
Location: New Jersey

20 Feb 2011, 12:43 pm

Fogman wrote:
I would suggest C and C++. If you are particularly good with Math, I would also suggest Assembler, as it is a very efficient language to program in.


The main use of assembler (i.e. machine) language would be to program drivers and real time interfaces.

Mathematical programs can be optimized using high level programming languages.

ruveyn



PatrickNeville
Veteran
Veteran

User avatar

Joined: 8 Sep 2010
Age: 33
Gender: Male
Posts: 1,136
Location: Scotland

20 Feb 2011, 12:54 pm

I have a friends course work which is essentially C++ tutorials and worksheets. Any takers?


_________________
<Insert meaningful signature here> ;)


Fogman
Veteran
Veteran

User avatar

Joined: 19 Jun 2005
Age: 57
Gender: Male
Posts: 3,986
Location: Frå Nord Dakota til Vermont

20 Feb 2011, 1:19 pm

ruveyn wrote:
Fogman wrote:
I would suggest C and C++. If you are particularly good with Math, I would also suggest Assembler, as it is a very efficient language to program in.


The main use of assembler (i.e. machine) language would be to program drivers and real time interfaces.

Mathematical programs can be optimized using high level programming languages.

ruveyn


Also a REALLY fast, lightweight programming language for apps. Contrast these load times for two DAW production programs:

Steinberg WaveLab 6 ( 2 channel Audio Mastering Program written in C++) 10 sec.
App size is 60MB minus VST Plugins Folder

RMI Labs SAWStudio (72 Channel Audio recording program written entirely in Assember) 5 sec.
App size is 16.2MB, minus linked VST Plugins folder.

This on an Athlon Dual Core QL-60 @ 1.9 GHz with 2GB RAM and 32 bit Vista.


_________________
When There's No There to get to, I'm so There!


LordoftheMonkeys
Veteran
Veteran

User avatar

Joined: 15 Aug 2009
Age: 35
Gender: Male
Posts: 927
Location: A deep,dark hole in the ground

20 Feb 2011, 2:22 pm

Study different languages from different paradigms, or with different syntax. C is a good language to learn. So is SQL. Javascript and PHP are good, not because they teach programming skills, but because they are useful for specific applications. Also, assembly language, if you want a challenge. Don't just learn languages, though; learn programming theory and programming techniques.

Oh, and STAY AWAY FROM VISUAL BASIC. I've heard from countless VB programmers, and most of them never amount to anything in the long run. VB is a worthless piece of $hit that no one uses on a professional level, not even Microsoft, who created VB, but primarily use C/C++/C# for their software.


_________________
I don't want a good life. I want an interesting one.


LordoftheMonkeys
Veteran
Veteran

User avatar

Joined: 15 Aug 2009
Age: 35
Gender: Male
Posts: 927
Location: A deep,dark hole in the ground

20 Feb 2011, 2:27 pm

PatrickNeville wrote:
Learn C programming language in 24 hours


Sure, I'll learn C in 24 hours. Just after I build a suspension bridge in three days, and get my PhD in computer science next week, and launch a 20-minute trip to the Andromeda Galaxy with a $10 spaceship that I built by myself during my most recent computer hardware class.


_________________
I don't want a good life. I want an interesting one.


PatrickNeville
Veteran
Veteran

User avatar

Joined: 8 Sep 2010
Age: 33
Gender: Male
Posts: 1,136
Location: Scotland

20 Feb 2011, 2:43 pm

LordoftheMonkeys wrote:
PatrickNeville wrote:
Learn C programming language in 24 hours


Sure, I'll learn C in 24 hours. Just after I build a suspension bridge in three days, and get my PhD in computer science next week, and launch a 20-minute trip to the Andromeda Galaxy with a $10 spaceship that I built by myself during my most recent computer hardware class.


LOL if you can do that i will meet up with you ;)


_________________
<Insert meaningful signature here> ;)