Click here to Skip to main content
15,886,919 members

Survey Results

Is the programming language you first learned one of the top 20 most popular?

Survey period: 1 Oct 2012 to 8 Oct 2012

For the sake of the survey we'll use this list as our Top 20, and further, variations on your first language (BASIC to Visual Basic, Pascal to Object Pascal) can be considered as the "same" language.

OptionVotes% 
Yes1,35276.86
No36220.58
I never learned a programming language.452.56



 
GeneralA long road Pin
chippingtonderrick8-Oct-12 23:55
chippingtonderrick8-Oct-12 23:55 
Answera little o many Pin
tokiotales8-Oct-12 19:05
tokiotales8-Oct-12 19:05 
GeneralNo - I learned Sinclair Basic first... Pin
Kevin Bewley8-Oct-12 2:37
Kevin Bewley8-Oct-12 2:37 
GeneralThe least important thing..... Pin
Vivi Chellappa6-Oct-12 21:49
professionalVivi Chellappa6-Oct-12 21:49 
GeneralEasyUO Pin
César de Souza5-Oct-12 11:25
professionalCésar de Souza5-Oct-12 11:25 
My first programming language was a macro programming language for Ultima Online Big Grin | :-D

It had a very interesting feature. You could use "." to concatenate variable names (not variable contents). So you could have a variable named a, another named b, and obtain another another named ab concatenating the two.

If memory still serves me well, you could write something like
a = 1
b = 2
a . b = 3

and the last line would be the interpreted the same as
ab = 3

This was useful to simulate arrays in the language, since you could for example concatenate a base variable name with a number and assign a value to it! Something like
for i = 0; i < count; i++
  arr . i = 5


Now I realize this could be accomplished with a giant hashtable or basically using in any dynamic language, but back then I wasn't even sure what a programming language was.
Interested in Machine Learning in .NET? Check the Accord.NET Framework.
See also Handwriting Recognition Revisited: Kernel Support Vector Machines

GeneralFortran 77! Pin
Sperneder Patrick5-Oct-12 2:31
professionalSperneder Patrick5-Oct-12 2:31 
GeneralRe: Fortran 77! Pin
RedSonja8-Oct-12 3:18
RedSonja8-Oct-12 3:18 
GeneralRe: Fortran 77! Pin
Sperneder Patrick8-Oct-12 23:08
professionalSperneder Patrick8-Oct-12 23:08 
GeneralRe: Fortran 77! Pin
RedSonja9-Oct-12 21:58
RedSonja9-Oct-12 21:58 
GeneralRe: Fortran 77! Pin
Sperneder Patrick9-Oct-12 22:01
professionalSperneder Patrick9-Oct-12 22:01 
GeneralMy Programming Languages Pin
Vasudevan Deepak Kumar4-Oct-12 10:02
Vasudevan Deepak Kumar4-Oct-12 10:02 
GeneralC64 Basic Pin
Steve Maier4-Oct-12 4:55
professionalSteve Maier4-Oct-12 4:55 
GeneralFF => Pin
W Balboos, GHB4-Oct-12 4:38
W Balboos, GHB4-Oct-12 4:38 
GeneralFirst Language Pin
Prasanta_Prince4-Oct-12 2:06
Prasanta_Prince4-Oct-12 2:06 
GeneralRe: First Language Pin
Tejas Vaishnav4-Oct-12 23:19
professionalTejas Vaishnav4-Oct-12 23:19 
GeneralRe: First Language Pin
yafan5-Oct-12 8:54
yafan5-Oct-12 8:54 
GeneralLanguages that I have learnt. Pin
Vijay Rajanna3-Oct-12 19:53
Vijay Rajanna3-Oct-12 19:53 
GeneralFirst Language Pin
ffulton3-Oct-12 7:21
ffulton3-Oct-12 7:21 
GeneralRe: First Language Pin
CDP18026-Oct-12 6:50
CDP18026-Oct-12 6:50 
GeneralGW Basic Pin
Abhinav S3-Oct-12 7:10
Abhinav S3-Oct-12 7:10 
GeneralRe: GW Basic Pin
mla1543-Oct-12 9:41
mla1543-Oct-12 9:41 
GeneralRe: GW Basic Pin
Menelaos Vergis3-Oct-12 23:34
Menelaos Vergis3-Oct-12 23:34 
GeneralRe: GW Basic Pin
lukeer4-Oct-12 2:46
lukeer4-Oct-12 2:46 
GeneralRe: GW Basic Pin
dexterama4-Oct-12 6:21
professionaldexterama4-Oct-12 6:21 
General'C' Programming: My first language and my first Love Pin
Ravi Sant3-Oct-12 6:20
Ravi Sant3-Oct-12 6:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.