LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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, 02:39 PM   #46
Yogi John
LQ Newbie
 
Registered: Feb 2009
Location: Santa Barbara, California
Posts: 4

Rep: Reputation: 1
Undergraduate engineering program


I voted FORTRAN but it depends on your definition of programming language.

The first 8 (of 10) weeks in my first college engineering class focused on FORTRAN. That was 1977, submit a stack of punch cards and wait for a printout of the code and run, typically available the next day.

The last two weeks of that quarter covered Basic, which we ran interactively on terminals connected to a PDP 11/70.

I do remember 'programming' a TI calculator in high school, but I don't think of that as a language. You could save the program on a magnetic card.

I took some CS classes in college and recall one that used a pseudo-assembly language called Orange. I think it was designed for teaching assembly; I don't recall ever compiling/running a program. I also recall studying COBOL on my own to review some code for my Tau Beta Pi chapter.
 
Old 09-16-2020, 02:39 PM   #47
david_42
LQ Newbie
 
Registered: Dec 2010
Posts: 7

Rep: Reputation: 1
APL and Fortran 4

A Programming Language at Stevens Institute of Technology back in 1968. Fortran 4 to support the high school's system. My third one was PL/C, Cornell University's version of PL/1. It had compilable comments you could turn on and off and "error correcting", which almost always made it more difficult to debug. The compliler was a project of Electrical Engineering grad students. There was no Computer Science dept. at that time.
 
Old 09-16-2020, 02:40 PM   #48
FrenchGuy
LQ Newbie
 
Registered: Oct 2008
Location: Toulouse, France
Distribution: Arch
Posts: 18

Rep: Reputation: 8
firts learned is not first used...

I first learned FORTRAN in school (on an IBM mainframe) remember the //SYSIN DD punch cards...
After I get my engineer degree I discovered TEK(tronix) SPS(Signal processing System) BASIC on a DEC PDP 05 machine (two perforated ribbons to load after having entered the bootstrap code in octal using keys) tightly associated with a digital oscilloscope. Then was the miraculous VM-SP system on an IBM 4341. Discovered EXEC2 then REXX. Got a computer flu I never recovered since then...
A foot in the grave but so many marvelous discoveries and souvenirs...

From a (rather very) old timer.
 
Old 09-16-2020, 02:47 PM   #49
billsmithem
LQ Newbie
 
Registered: Jul 2011
Posts: 2

Rep: Reputation: Disabled
Basic loaded via paper tape on a PDP8/E.
 
Old 09-16-2020, 02:51 PM   #50
cfriisha
LQ Newbie
 
Registered: May 2009
Posts: 4

Rep: Reputation: 0
Funny EdGr writes about the Victor4800.
I think we had the 4600 at university in Denmark. The RAM was a matrix of ferrit rings.
A professor got angry when he discovered we used calculator to find perfect numbers running throughout the night :-)
At that time I was also creating a resistor network calculation program on the mainframe using paper punch tape and a printer terminal.

Time has changed since 1970s.
 
Old 09-16-2020, 02:52 PM   #51
ve7vie
LQ Newbie
 
Registered: Mar 2004
Posts: 4

Rep: Reputation: 0
first language

APL. I learned at McGill Univ along with PL/1. APL is still very much alive - you should have it on your list!

I am about to install APLX on Linux. Any advice welcome!
 
Old 09-16-2020, 02:53 PM   #52
lethalfang
LQ Newbie
 
Registered: Jun 2011
Location: San Francisco, CA
Posts: 12

Rep: Reputation: Disabled
My first was actually MATLAB.
 
Old 09-16-2020, 03:05 PM   #53
ve7vie
LQ Newbie
 
Registered: Mar 2004
Posts: 4

Rep: Reputation: 0
Foxpro

Quote:
Originally Posted by sevendogsbsd View Post
The first language I actually worked in was FoxPro 3.0. Prior to that, I dabbled a little in Ansi C in college but never pursued it because at that time I was not interested in coding.
Foxpro was awesome! Very good DBMS with a very good true OO language better than anything MS had. So MS bought it and killed it. I think there was even a Unix version.
 
Old 09-16-2020, 03:05 PM   #54
kb7ypf34
LQ Newbie
 
Registered: Dec 2009
Distribution: Linux Mint 18.xx
Posts: 10

Rep: Reputation: 0
It was Basic ( I think it was the GW flavor).

Last edited by kb7ypf34; 09-16-2020 at 03:43 PM.
 
Old 09-16-2020, 03:09 PM   #55
sgage
LQ Newbie
 
Registered: Apr 2012
Posts: 24

Rep: Reputation: Disabled
Quote:
Originally Posted by edpatterson View Post
Commodore PET Basic, yes I am that old
I learned to program in Fortran on the university PDP-whatever, punch cards and all. The Commodore PET did not exist for a couple-three more years. My brother had one of the first PETs - we had a lot of fun with it. So after Fortran came BASIC. After BASIC came 6502 assembly language, then 8080/Z-80 assembly language. Enough prehistory :-)

Last edited by sgage; 09-16-2020 at 03:12 PM.
 
Old 09-16-2020, 03:10 PM   #56
burkecabaniss
LQ Newbie
 
Registered: Jul 2007
Location: San Antonio, Texas
Posts: 10

Rep: Reputation: 1
Autocoder - IBM 704, 1401, 305, 650, 7080 beginning in 1959. I was IBM "bundled" support at USAA Insurance and Kelly AFB San
Antonio.

Last edited by burkecabaniss; 09-16-2020 at 03:13 PM.
 
Old 09-16-2020, 03:14 PM   #57
ButterflyMelissa
Senior Member
 
Registered: Nov 2007
Location: Somewhere on my hard drive...
Distribution: Manjaro
Posts: 2,766
Blog Entries: 23

Rep: Reputation: 411Reputation: 411Reputation: 411Reputation: 411Reputation: 411
BASIC on the ZX81 and later on the C64.
Very quickly, I moved on to assembly (ZX81 and then C64)
I used assembly too to extend the BIOS (if anyone is interested how to do that, let me know, I'll tell you)
Then...a whole slew (most of which I forgot): Pascal, Prolog, Java.
Nasty detail about the industry: you always "just dont know that one language they need"...best excuse not to hire you...
Melissa
 
Old 09-16-2020, 03:21 PM   #58
RockDoctor
Senior Member
 
Registered: Nov 2003
Location: Minnesota, US
Distribution: Fedora, Ubuntu, Manjaro
Posts: 1,791

Rep: Reputation: 427Reputation: 427Reputation: 427Reputation: 427Reputation: 427
My first programming language and only formal programming class was PL/1 on the IBM 360 back in the spring of 1975.

Last edited by RockDoctor; 09-16-2020 at 03:23 PM.
 
Old 09-16-2020, 03:25 PM   #59
jyuhas
LQ Newbie
 
Registered: Dec 2012
Distribution: Linux Mint, Fedora, Redhat, HPUX, AIX, SCO, DGUX
Posts: 10

Rep: Reputation: Disabled
Assembler on 16 bit systems

Started out in Assembler, later I discovered the Basic language and C language.
Learned that I could write in Basic and C and use Assembler to speed up certain hardware calls.
 
Old 09-16-2020, 03:25 PM   #60
Bill VE4UB
LQ Newbie
 
Registered: Aug 2006
Location: Selkirk, MB
Distribution: fedora
Posts: 3

Rep: Reputation: 0
Thumbs up 1st programing language

My first language was CPM, should have stuck with it in my opinion. Went on to assembly and Clipper.
 
  


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 02:35 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