LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > Programming
User Name
Password
Programming This forum is for all programming questions.
The question does not have to be directly related to Linux and any language is fair game.

Notices


View Poll Results: What was your first programming language?
Assembly 45 7.76%
C 25 4.31%
C++ 19 3.28%
C# 2 0.34%
COBOL 18 3.10%
Common Lisp 0 0%
Erlang 0 0%
Fortran 118 20.34%
Go 0 0%
Haskell 0 0%
Java 8 1.38%
Javascript 3 0.52%
Objective-C 0 0%
Perl 9 1.55%
PHP 5 0.86%
Python 15 2.59%
Ruby 1 0.17%
Rust 1 0.17%
Swift 0 0%
Other (Let us know in this thread) 70 12.07%
BASIC 212 36.55%
Pascal 29 5.00%
Voters: 580. You may not vote on this poll

Reply
  Search this Thread
Old 09-17-2020, 10:47 AM   #196
DaBard
LQ Newbie
 
Registered: May 2020
Distribution: Linux Mint/Ubuntu
Posts: 20

Rep: Reputation: Disabled

FORTRAN II punch cards on an IBM 7090.
Twas in 1968, if I recall correctly... "MacArthur Park" and "Light My Fire" were popular.
The 7090 was a variable-word length computer
with 4k words of ferrite "RAM" and 10MB of drum storage.
 
Old 09-17-2020, 10:56 AM   #197
erkki.ruohtula
LQ Newbie
 
Registered: Jun 2012
Location: Helsinki, Finland
Distribution: CentOS, Mint, Fedora
Posts: 7

Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
some kind of basic on ZX Spectrum and C64. but before that I used a TI 59 (if that counts).
I too tried programming on the TI 59 my pa sometimes brought home from work. I suppose the inputs to this programmable calculator counts as a programming language. It had condition tests and loops (done with "goto" and labels, spelled on the key as GTO if I recall correctly, the labels were entered with the LBL key).
My first conventional language was BASIC on the Apple II my high school obtained just before I left it. Then Pascal at the Helsinki University of Technology. They had a special restricted Pascal for newbies: It allowed executing only a certain maximum number of "program steps", to prevent us lusers from hogging the DEC-20 mainframe with infinite loops...
 
Old 09-17-2020, 11:04 AM   #198
ajfbiz
LQ Newbie
 
Registered: Jul 2020
Location: Ronan, Montana, USA
Posts: 1

Rep: Reputation: Disabled
My first language was C, on a ComputerVision Spark Station.
 
Old 09-17-2020, 11:06 AM   #199
ted_uk
LQ Newbie
 
Registered: May 2020
Posts: 1

Rep: Reputation: Disabled
My first programming language

My first programming language was REXX.
Best wishes,
Ted Mason.
 
Old 09-17-2020, 11:08 AM   #200
Nomro
LQ Newbie
 
Registered: Jul 2020
Posts: 3

Rep: Reputation: Disabled
Quote:
Originally Posted by jeremy View Post
The LQ poll series continues. This time we want to know: What was your first programming language?

--jeremy
Commodore 64 Basic which was made fairly simple by all the keys showing various alt characters printed right on the keyboard.
 
Old 09-17-2020, 11:11 AM   #201
Reziac
Member
 
Registered: Aug 2018
Location: Brendansport, Sagitta IV
Distribution: PCLinuxOS
Posts: 150

Rep: Reputation: 42
Fortran 2D on punch cards on an IBM1620. 12th grade, 1971-72. It was a Big Deal when we upgraded from punch cards to paper tape for loading the OS!

And even the teachers (one of whom was the system programmer for the school district) could not figure out why my pet project would not behave... many years later I realized why: I was running the poor thing out of memory!

[Wow, lots of us in Fortran. Well, now we know how many Genuine Old Fogeys use linux! ]

Last edited by Reziac; 09-17-2020 at 11:12 AM.
 
Old 09-17-2020, 11:13 AM   #202
evansste
LQ Newbie
 
Registered: Dec 2019
Posts: 3

Rep: Reputation: Disabled
My first programming language was BASIC, on an Apple IIe, in high school. My favorite programming language is now Octave/MATLAB, for its perfect and simple syntax, followed by Fortran, for its similarities in syntax, but increased speed and power.
 
Old 09-17-2020, 11:17 AM   #203
fr3shhh
LQ Newbie
 
Registered: Jun 2020
Posts: 4

Rep: Reputation: Disabled
Talking

My first programming language was C. Quite lovely.
 
Old 09-17-2020, 11:18 AM   #204
voncloft
Member
 
Registered: Mar 2019
Posts: 57

Rep: Reputation: Disabled
First prog lang

Visual basic 6.0
 
Old 09-17-2020, 11:19 AM   #205
Karellism
LQ Newbie
 
Registered: Feb 2019
Location: Belgium
Distribution: Debian 10
Posts: 4

Rep: Reputation: 0
Have to guess here, but I'm pretty sure it was C++.
 
Old 09-17-2020, 11:19 AM   #206
mtzAZ
LQ Newbie
 
Registered: May 2019
Posts: 3

Rep: Reputation: Disabled
Cyclone Big 8

My first programming was done on the Cyclone Big 8 computer in the EE building at Iowa State University. I do not remember the name of the language. Remember the patent for the first digital computer was granted to ISU for the digital computer built in the basement of the physics building at ISU by the fellow named Atanasff. His work was done in the 1930's or so. Excuse any details as this is all from memory

Last edited by mtzAZ; 09-17-2020 at 12:03 PM.
 
Old 09-17-2020, 11:26 AM   #207
Stu Kingman
LQ Newbie
 
Registered: Mar 2020
Posts: 1

Rep: Reputation: Disabled
Fortran

Freshman year of College (1979), for my aerospace engineering degree. Programming languages have come a LONG way since punch cards!
 
Old 09-17-2020, 11:28 AM   #208
HairyHugh
LQ Newbie
 
Registered: Jun 2020
Distribution: Ubuntu 18.04.4
Posts: 2

Rep: Reputation: Disabled
Languages

Dartmouth Basic on a Commodore Pet and BBC Micro. Then 6502 assembler, followed by 8086 assembler, Occam, Fortran, Algol, C++ and C#. Each one for a specific task. Too many really. In many ways Occam was best, the compiler caught many stupid mistakes, strongly types so you had to be specific. Also automatically added a stop statement at the end of if and case statements. I meant you thought hard to avoid that happening.
 
Old 09-17-2020, 11:32 AM   #209
WhoTookMyUserID
LQ Newbie
 
Registered: Aug 2018
Location: Cary, NC
Distribution: Ubuntu, Raspian, Debian
Posts: 3

Rep: Reputation: Disabled
First Language

Mine was called FORGO, as I recall, a “dumbed down” FORTRAN for an IBM 1401 (think tha’t the right number - floor-standing, about 3 x 5 ft., built-in card reader). Next was WAFOR, then FORTRAN 66/77, PDP-8 Macro assembler.
 
Old 09-17-2020, 11:41 AM   #210
dougm
LQ Newbie
 
Registered: Jul 2016
Posts: 1

Rep: Reputation: Disabled
ForGo - an simplified ancestor of Fortran IV

Doug M
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: What was your first programming language? LXer Syndicated Linux News 0 08-19-2020 07:42 PM
LXer: Top 5: Your first programming language, running Windows apps on Linux, and more LXer Syndicated Linux News 0 09-03-2017 10:02 AM
LXer: What was your first programming language? LXer Syndicated Linux News 0 08-29-2017 05:30 AM
LXer: How to choose your first programming language LXer Syndicated Linux News 0 01-11-2017 01:31 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > Programming

All times are GMT -5. The time now is 07:59 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration