LinuxQuestions.org
Help answer threads with 0 replies.
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, 06:52 AM   #136
DontBeWindows
LQ Newbie
 
Registered: Oct 2014
Posts: 3

Rep: Reputation: Disabled

Professionally, PL/1 late 70's
Educationally, BASIC on a PDP-something using a teletype terminal in the mid-70's.

The teletype was one of the few terminals that actually did something with an control codes SI (0x0f) and SO (0x0e). The entire carriage would drop allowing upper case characters to be printed. The SI and SO codes were also emitted when the keyboard's SHIFT key was pressed / released. This was before ASCII had become prevalent. To get the double quote, one had to send SI, 2, SO, since that symbol was on the keyboard as a shift-2.

Last edited by DontBeWindows; 09-17-2020 at 07:36 AM.
 
Old 09-17-2020, 07:29 AM   #137
biker1951
LQ Newbie
 
Registered: Nov 2008
Posts: 2

Rep: Reputation: 0
Programming Languages

1. Fortran IV, Fortran 77
2. RPG (IBM System 3 version)
3. BAL (IBM 1130)
4. COBOL
5. UniAPT - United Computing version of APT - Automatic Programmed Tools. #D graphics language for generating geometry for NC and CNC tools.
6. BAL for General Automation automation series computers SPC-16
7. PEP - Parametric Element Processor - 3D Graphics language for generating 3D geometry on ComputerVision 3D CAD/CAM graphics systems.
8. PL/1
9. C, C+
10. BASIC multiple versions, from Ohio Scientific, TRS-80, QuickBASIC for Mac and Windows, Visual BASIC.
11. Forth
12. LISP
13. Python
14. Miscellaneous scripting languages for Windows, Unix, MacOS.
 
Old 09-17-2020, 07:30 AM   #138
Portdale
LQ Newbie
 
Registered: Jan 2013
Posts: 7

Rep: Reputation: Disabled
Programming languages

Well!
Back in 1955, attempts were made to provide assemblers and compilers, but they all provided inefficient machine code - so we mainly wrote directly in machine code, since it was important to have fast (TeeHee!) programs. I recollect starting a run and going out to the pub while it was running to return only to find it crashed minutes after leaving and creating another all-night sitting. My neighbour used to call out "dirty stopout" as he set off to work. If only!
Bill Bailey
 
Old 09-17-2020, 07:35 AM   #139
Fat_Elvis
Member
 
Registered: Oct 2016
Distribution: Slackware
Posts: 310

Rep: Reputation: 93
Quote:
Originally Posted by Portdale View Post
Back in 1955, attempts were made to provide assemblers and compilers, but they all provided inefficient machine code - so we mainly wrote directly in machine code, since it was important to have fast (TeeHee!) programs.

To be honest, I am surprised by the number of OG programmers around here. I consider myself "old-school" for having started on DOS. Heh.



What an awesome forum!
 
Old 09-17-2020, 07:37 AM   #140
randm
LQ Newbie
 
Registered: Aug 2003
Distribution: suse
Posts: 8

Rep: Reputation: 0
COBOL on IBM 7094 at Vandenberg AFB, 1962 or 1963.

My dad, an engineer on the Titan programs, brought home a stack of manuals, and I read through them all. He let me write a simple COBOL program that he took to work. It ran! All it did was some basic +-x/ math, but I was really proud of myself.

Last edited by randm; 09-17-2020 at 07:46 AM. Reason: Remembered some other stuff
 
Old 09-17-2020, 07:40 AM   #141
Portdale
LQ Newbie
 
Registered: Jan 2013
Posts: 7

Rep: Reputation: Disabled
Early programming

Quote:
Originally Posted by Fat_Elvis View Post
To be honest, I am surprised by the number of OG programmers around here. I consider myself "old-school" for having started on DOS. Heh.



What an awesome forum!
Sadly, most of the programmers of my era are now dead. Gosh!
Bill Bailey
 
Old 09-17-2020, 07:50 AM   #142
DontBeWindows
LQ Newbie
 
Registered: Oct 2014
Posts: 3

Rep: Reputation: Disabled
Quote:
Originally Posted by Portdale View Post
Back in 1955, attempts were made to provide assemblers and compilers, but they all provided inefficient machine code
And here I thought I was an old timer... My first exposure to computing was in 1974.

I am pleasantly surprised at the number of folks here that date back to pre-"software engineer" times. I believe that term was first coined when they were working on the guidance computer (which was wire wrapped) for the Apollo missions - circa 1964? 1965? The acceptance test was to fly a B-29 from the east coast to the west coast, relying only on the flight guidance computer (today called an INS).

And you're right... This IS a great forum.
 
Old 09-17-2020, 08:19 AM   #143
mfsc
LQ Newbie
 
Registered: Nov 2010
Posts: 7

Rep: Reputation: 6
First Progamming language Elliot Autocode 1966

Coded on teletype and had the paper tape loaded to reveal next week on the course that I had an infinite loop. Memory was 4K magnetic core, later increased to 8k. I might still have the manual, The size of a large wardrobe it could do almost every thing a handheld TI would do a few years later but with a nice printed output. The manual would be in the heap with the 8 inch floppy disks I kept as mementoes of my first real attempts some years later, having moved on to CPM about 1982, when I was getting paid to do it.
 
Old 09-17-2020, 08:20 AM   #144
CaptPenguin
LQ Newbie
 
Registered: Jun 2009
Posts: 1

Rep: Reputation: 0
Fortran, 1981 WVU
 
Old 09-17-2020, 08:24 AM   #145
randm
LQ Newbie
 
Registered: Aug 2003
Distribution: suse
Posts: 8

Rep: Reputation: 0
Quote:
Originally Posted by Fat_Elvis
Also, I really did not expect so many votes for Fortran -- especially as a first language. What gives?
At NC State I think most if not all freshmen in sciences or engineering had to take Fortran. That would would greatly enlarge the pool. Now I wonder how many here had Fortran 101 as a prerequisite vs those who had to learn it for a job.

Last edited by randm; 09-17-2020 at 10:24 AM. Reason: I messed up the [QUOTE]; My bad, didn't double check the post
 
Old 09-17-2020, 09:00 AM   #146
eprimi
LQ Newbie
 
Registered: Oct 2016
Posts: 1

Rep: Reputation: Disabled
My vote

I wish to vote Fortran
 
Old 09-17-2020, 09:02 AM   #147
nypaulie
LQ Newbie
 
Registered: Jun 2016
Posts: 8

Rep: Reputation: Disabled
My first programming...

My first flirtation using a computer to program was with the Radio Shack "Color Computer", so I guess Basic would be the language. Spent many a happy hour that way. Eventually I went to NYU and took the courses required to get a diploma. My fave was Assembly. My prof had me sub a few of his classes for him. What an ego boost that was.
 
Old 09-17-2020, 09:02 AM   #148
Jonigro
LQ Newbie
 
Registered: May 2017
Posts: 1

Rep: Reputation: Disabled
First programming Language

Fortran. Back in 1968, I took a 3-hour undergraduate course entitled: Numerical Methods and Fortran Programming. Despite having two degrees in Physics, when I was applying for a job that course caught the eye of the person at McDonnell Douglas (now Boeing) reviewing my transcript and I believe I was hired based mainly on that one course. This was before there was such a thing as "computer scientists". I hardly ever used my physics degrees and remained employed there for 40 years! I became acquainted with Unix and eventually Linux starting in the early 1990's.

John Lonigro
 
Old 09-17-2020, 09:10 AM   #149
JonathanGuthrie
LQ Newbie
 
Registered: Jul 2018
Location: Houston, TX, US
Distribution: Debian
Posts: 11

Rep: Reputation: Disabled
Oh, that's easy. TI Extended BASIC

I have the manual for it right here. I was 14 and it was 1979.
 
Old 09-17-2020, 09:11 AM   #150
mainplus
LQ Newbie
 
Registered: Jan 2017
Posts: 5

Rep: Reputation: Disabled
What was your first programming language?

My fist programming language was PL/1
 
  


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 01:15 PM.

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