LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-18-2020, 04:33 AM   #271
Hynikan
LQ Newbie
 
Registered: Sep 2018
Location: Gosport
Distribution: Ubuntu 18.04.1
Posts: 4

Rep: Reputation: Disabled
Smile


BASIC on my Spectrum 128k +3
 
Old 09-18-2020, 05:52 AM   #272
hazel
LQ Guru
 
Registered: Mar 2016
Location: Harrow, UK
Distribution: LFS, AntiX, Slackware
Posts: 7,565
Blog Entries: 19

Rep: Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446Reputation: 4446
I'm amazed at the number of people here who started out with Assembler. You folk are real hackers!
 
Old 09-18-2020, 06:39 AM   #273
jjpi
LQ Newbie
 
Registered: Aug 2018
Posts: 3

Rep: Reputation: Disabled
GW-Basic, which came bundled with MS-DOS 3.30
 
Old 09-18-2020, 06:48 AM   #274
pedpup2
LQ Newbie
 
Registered: May 2017
Location: Fairfield, Iowa, USA
Distribution: SolydX 10 2019-09
Posts: 21

Rep: Reputation: Disabled
Pascal

First language was Borland Turbo Pascal.
(1992). Wrote everything in that for a long time,
since I was dealing a lot with DOS computers.

Graduated to Delphi in 2001. Still use it for Windows
programs, but nowadays, write mostly in javascript,
Bash et al in linux.
 
Old 09-18-2020, 07:53 AM   #275
AnanthaP
Member
 
Registered: Jul 2004
Location: Chennai, India
Posts: 952

Rep: Reputation: 217Reputation: 217Reputation: 217
Quote:
First language was Borland Turbo Pascal.
I too used the turbo pascal package. It piqued my interest as it was advised as the first integrated development environment available to programmers on a PC.

Also, it had a working code example of a simple spreadsheet.

AP
 
Old 09-18-2020, 08:00 AM   #276
EdGr
Member
 
Registered: Dec 2010
Location: California, USA
Distribution: I run my own OS
Posts: 997

Rep: Reputation: 470Reputation: 470Reputation: 470Reputation: 470Reputation: 470
Quote:
Originally Posted by LuigiCantoni View Post
I don't think you can count programmaging a HP 41C (I think it was). One of the early programable calcs.
I define "computer" as being Turing-complete.

Your HP41C and my TI-59 are Turing-complete computers. An example of a non-Turing complete machine would be Big Trak.

Quote:
Originally Posted by hazel View Post
I'm amazed at the number of people here who started out with Assembler. You folk are real hackers!
There was no choice back when CPUs were glacially slow and memories were tiny.
Ed

Last edited by EdGr; 09-18-2020 at 08:10 AM.
 
Old 09-18-2020, 11:35 AM   #277
jeherbert
LQ Newbie
 
Registered: Sep 2020
Posts: 1

Rep: Reputation: Disabled
I think I have to say Other

I'm not actually a programmer but I have made a couple of feeble attempts at it. The first programming I did was in machine language for a big old Sperry Univac in school. As I recall, it was a short simple program to exercise i/o. My second attempt was in basic on a Commadore 128 when I tried to build a text based craps program, but never finished.

Was just looking and found a picture, apparently it was a Univac 1219-B.

Last edited by jeherbert; 09-18-2020 at 12:04 PM.
 
Old 09-18-2020, 12:19 PM   #278
pedpup2
LQ Newbie
 
Registered: May 2017
Location: Fairfield, Iowa, USA
Distribution: SolydX 10 2019-09
Posts: 21

Rep: Reputation: Disabled
Learning programming in 1992

Ha! When I took my first classes in
programming, we were using IBM XT
machines with 2 5.25" floppy drives
and maybe a gargantuan 20MB hard drive.
And maybe 512k memory.

We kept the Turbo Pascal application on one
diskette, and saved our work on the other one.

And, yes, I wrote a bit of code in Assembler,
which Turbo allowed to be integrated in the
source...some things were possible only with
Assembler!
 
Old 09-18-2020, 02:15 PM   #279
ossdevel
LQ Newbie
 
Registered: Nov 2018
Posts: 1

Rep: Reputation: Disabled
BASIC in 1989-th and C
 
Old 09-18-2020, 03:54 PM   #280
Rock8J
LQ Newbie
 
Registered: Dec 2019
Posts: 9

Rep: Reputation: Disabled
Used BASIC on a PDP-8 in 1974, I think

Used BASIC on a PDP-8 in 1974, I think. Programs were stored on punched tape.
We thought we were really pushing the envelope!!

Rocky
 
Old 09-18-2020, 04:07 PM   #281
caoliver
LQ Newbie
 
Registered: Apr 2018
Posts: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by erkki.ruohtula View Post
I too tried programming on the TI 59 my pa sometimes brought home from work.
I had a TI-58C in high school, and I often snarfed time on some Monroe 1880 calculators the school taught an introduction to programming on. I'm not sure I'd call machine language entered as numbers a programming language in the conventional sense.

Later on I became an RPN convert, and I still have a bunch of HP32S and hp42S calcs at home and Free42 installed on everything I own that will run it.

Last edited by caoliver; 09-18-2020 at 04:15 PM.
 
Old 09-18-2020, 04:11 PM   #282
caoliver
LQ Newbie
 
Registered: Apr 2018
Posts: 6

Rep: Reputation: Disabled
Quote:
Originally Posted by LuigiCantoni View Post
Fortran as part of an engineering course.
I don't think you can count programmaging a HP 41C (I think it was). One of the early programable calcs.

At least the hp41 showed the mnemonics rather than codes, so you might call it an assembly language of sorts.
 
Old 09-18-2020, 05:23 PM   #283
bluevoter
LQ Newbie
 
Registered: Mar 2006
Location: San Francisco
Distribution: ubuntu 20.04
Posts: 4

Rep: Reputation: 0
The term "software engineering"

DontBeWindows wrote
Quote:
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?
Initial use of the term "software engineering" is generally associated with Prof. Brian Randell of the University of Newcastle on Tyne in 1967, but he credits Prof. Dr. Friedrich (Fritz) Bauer of the Technische Universität München. http://homepages.cs.ncl.ac.uk/brian....rts/index.html
Randell and Prof. Peter Naur used this term as the theme for a NATO Software Engineering Conference, held in Garmisch-Partenkirchen in October, 1968, with a follow-on conference held near Rome in 1969. The Proceedings can be downloaded from http://homepages.cs.ncl.ac.uk/brian.randell/NATO/
 
Old 09-18-2020, 06:33 PM   #284
Gemu
Member
 
Registered: Nov 2017
Posts: 37

Rep: Reputation: Disabled
Is bash scripting considered a programming language? I didn't see it on the list.
That's all I'm familiar with right now but would love to learn others.
 
Old 09-18-2020, 07:04 PM   #285
R Espriella
LQ Newbie
 
Registered: Jan 2017
Location: Ciudad de México
Distribution: Debian
Posts: 1

Rep: Reputation: Disabled
I started with Fortran.
 
  


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 04:14 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