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-16-2020, 05:33 PM   #76
kslawson
LQ Newbie
 
Registered: Aug 2006
Posts: 1

Rep: Reputation: 0

FORTRAN IV with WATFIV in 1973.
 
Old 09-16-2020, 05:37 PM   #77
David_6x7
LQ Newbie
 
Registered: Jun 2014
Posts: 1

Rep: Reputation: Disabled
Basic - IBM PC, Commodore PET, Apple II
 
Old 09-16-2020, 05:39 PM   #78
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,807

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Technically... it was supposed to be FORTRAN...

... but the Calculus professor who supposed to teach it had the idea that "Here's how you code a DO loop and here's how you use a WRITE statement... Now numerically integrate problems 10-15" was all we needed to be writing programs and was an effective way to teach programming to people who had never programmed before. As you can imagine is was an utter disaster.

I later took an experimental physics class that required a lot of number crunching. After the first week of class and spending that weekend in the student union guzzling coffee and madly attacking my calculator to compute means, variances, etc. on my calculator, I found a book in the bargain bin at the campus book store -- from the "Plaid" series of computer books (in the '70s) -- and holed up in the library in front of a computer terminal for a couple of evenings, typing in and debugged all the programs listed in it. I was then comfortable enough to tackle the fancier aspects of BASIC armed with a copy of Kemeny & Kurtz's `BASIC Programming' and could plow through the data collected in the physics lab. I did later become a go-to FORTRAN guy at work a few years later. No thanks to that Calc professor, though.

I still write a little FORTRAN -- oh, sorry, that's `Fortran' nowadays -- but haven't touched BASIC since playing around with it on Win386 many years ago. Good riddance to that.
 
Old 09-16-2020, 05:41 PM   #79
Silent-Hunter
LQ Newbie
 
Registered: Mar 2014
Location: Boonsboro, Maryland
Distribution: Gentoo
Posts: 5

Rep: Reputation: Disabled
Quote:
Originally Posted by danielbmartin View Post
Introduction to Fortran by the esteemed Stephen C. Plumb.

https://sites.google.com/site/cardal...rtran-35145415

I read this book and was hooked!

.
I bought this at a used bookstore in Maryland, and it was the first language I wrote anything actually useful for. I wrote a tip calculator which I use on my pocket computer.
 
Old 09-16-2020, 05:51 PM   #80
gtalbott
LQ Newbie
 
Registered: Jun 2008
Location: Crossville, TN, USA
Distribution: Ubuntu 18.04
Posts: 8

Rep: Reputation: 0
Where I worked in the early 70s, we had an HP 9100 or maybe 9800 desktop calculator lying around under-utilized. I taught myself to program it to make walking "Eat At Joes" sign on the display. Also same company built VERDIN airborne computers (for VLF submarine communications), I taught myself to program that in some kind of machine language.

First real computer programming language, APL on an IBM-370 with Selectric terminals using APL type balls. Circa 1974. Wrote a pretty basic word processor that saved papers, did left & right justification with variable space between words, and flat amazed English professors at junior college.
 
Old 09-16-2020, 05:53 PM   #81
rnturn
Senior Member
 
Registered: Jan 2003
Location: Illinois (SW Chicago 'burbs)
Distribution: openSUSE, Raspbian, Slackware. Previous: MacOS, Red Hat, Coherent, Consensys SVR4.2, Tru64, Solaris
Posts: 2,807

Rep: Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550Reputation: 550
Quote:
Originally Posted by dwforslund View Post
The first programming language I used was Pascal in 1967
But... real programmers don't use Pascal.

Funny story: When everyone at work got an IBM PC (Dual floppies, of course. Only managers got XTs) the guy in charge of the engineering group, a computer science grad, bought everyone a copy of MS-Pascal. The first thing all the engineers did was fill out purchase requests for FORTRAN compilers. When I left the company a couple of years later, there were still boxes of MS-Pascal sitting on bookshelves in offices. Still in the shrink-wrap.
 
Old 09-16-2020, 05:54 PM   #82
josephj
Member
 
Registered: Nov 2007
Location: Northeastern USA
Distribution: kubuntu
Posts: 214

Rep: Reputation: 112Reputation: 112
BASIC on an RCA Spectra 70/40 mainframe via an ASR 33 teletype.

The fact that so many peoples started with BASIC says something about the age distribution here (as in, we're old!)
 
1 members found this post helpful.
Old 09-16-2020, 05:56 PM   #83
ltwilliams58
LQ Newbie
 
Registered: Jun 2015
Distribution: Mint Ubuntu
Posts: 29

Rep: Reputation: 3
My first programming language was ...

BiTran 6. It was a training language to teach logic gate functions. BASIC was my first consumer language.
 
Old 09-16-2020, 05:59 PM   #84
CosmicCoder
LQ Newbie
 
Registered: May 2014
Posts: 2

Rep: Reputation: Disabled
Algol-60
 
Old 09-16-2020, 06:02 PM   #85
bishopolis
LQ Newbie
 
Registered: Feb 2015
Posts: 8

Rep: Reputation: Disabled
ACOS - which I think was this one: https://codelani.com/languages/acos.html
 
Old 09-16-2020, 06:03 PM   #86
spotocny
LQ Newbie
 
Registered: Feb 2014
Posts: 2

Rep: Reputation: Disabled
Algol - as a research assistant at University
PL/M86 at my first programming job after Uni.
 
Old 09-16-2020, 06:05 PM   #87
GeoC
LQ Newbie
 
Registered: Aug 2014
Distribution: Ubuntu 12.04 LTS
Posts: 1

Rep: Reputation: Disabled
FORTRAN

My first programming language was FORTRAN, which I learned in 1965.
 
Old 09-16-2020, 06:05 PM   #88
Yves.legault
LQ Newbie
 
Registered: Dec 2012
Location: Montreal, Quebec, Canada
Distribution: Debian
Posts: 24

Rep: Reputation: Disabled
My first programming language.

My first programming language, if it can be called that, was "manual OP-CODE / hexadecimal coding" back in the late 1970's, beginning of the 1980's.
 
Old 09-16-2020, 06:16 PM   #89
Silent-Hunter
LQ Newbie
 
Registered: Mar 2014
Location: Boonsboro, Maryland
Distribution: Gentoo
Posts: 5

Rep: Reputation: Disabled
Actually, I did do some BASIC on my Commodore 64 as a kid, but I never made anything useful. I got the FORTRAN book about 8 years ago. Fortunately the lessons in the book still work, with little modification.
 
Old 09-16-2020, 06:21 PM   #90
ghstridr
LQ Newbie
 
Registered: Mar 2010
Posts: 6

Rep: Reputation: 0
My first language/s

Applesoft Basic and 6502 assembler.
 
  


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 12:11 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