• Have something to say? Register Now! and be posting in minutes!

What was the first programming language you learned?

KansasSooner

Aces & eights
33,910
3,006
293
Joined
Apr 18, 2010
Location
Tumbleweed and Sagebrush country
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
I learned SQL and HTML in college, and I fell in love with SQL which got me into DB programming (I abandoned HTML).
I hated DB programming, hell if there wasn't at least one square root or trig function involved it wasn't programming to me...and throw in some analytical geometry and calculus just for giggles. :D
 

calsnowskier

Sarcastic F-wad
59,344
15,716
1,033
Joined
Aug 11, 2010
Location
San Diego
Hoopla Cash
$ 1,400.09
Fav. Team #1
Fav. Team #2
Fav. Team #3
I hated DB programming, hell if there wasn't at least one square root or trig function involved it wasn't programming to me...and throw in some analytical geometry and calculus just for giggles. :D
Amazing how different brains work.

I love the order of how data is stored and the different logic and strategies employed in pulling information out of that data.
 

RP-29

xⁿ
5,686
1,826
173
Joined
Jul 10, 2014
Location
Oshkosh, WI
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
5-1/4" floppies - amazing how far we've come. I just bought a 64GB MicroSDXC for my rasberry pi2 project - 64GB, would translate to 189,000 5-1/4 floppies.

View attachment 77017

Also amazing how much file size is used now. Back when I started, if a program I wrote hit triple digits in KB it was huge. In contrast, last night I upgraded my PlayStation 4 hard drive to 2 TB because 500 GB was already consumed.
 

RP-29

xⁿ
5,686
1,826
173
Joined
Jul 10, 2014
Location
Oshkosh, WI
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
I hated DB programming, hell if there wasn't at least one square root or trig function involved it wasn't programming to me...and throw in some analytical geometry and calculus just for giggles. :D

Amazing how different brains work.

I love the order of how data is stored and the different logic and strategies employed in pulling information out of that data.

I enjoy both database and application programming and I have used them both regularly. Both fortunately and unfortunately, I'm having less and less time to program as I migrate to full-time management.
 

KansasSooner

Aces & eights
33,910
3,006
293
Joined
Apr 18, 2010
Location
Tumbleweed and Sagebrush country
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
I enjoy both database and application programming and I have used them both regularly. Both fortunately and unfortunately, I'm having less and less time to program as I migrate to full-time management.
I didn't do application programming in the modern sense, rather it was mathematical modeling programming of machines and such.
 

Lions=TeHsUcKs

Basketball School
13,757
1,975
173
Joined
Aug 24, 2013
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
I learned Qbasic, fortran and pascal in high school. College for me was all about C++ and C.

Sorry for late response, not sure yet
If you want the big bucks you get a version of Linux and program in Bash.
 

Rockinkuwait

Well-Known Member
3,295
663
113
Joined
Feb 5, 2016
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
Basic then QBasic... Then Turbo Pascal in HS.
 

JohnShadows

Bayesian
Moderator
37,722
7,223
533
Joined
May 29, 2012
Location
Baker St.
Hoopla Cash
$ 706.71
Fav. Team #1
Fav. Team #2
Fav. Team #3
Pascal. Don't do it. Learn right, with OOP (Java/C++, though it depends on what you're trying to do).
 

KansasSooner

Aces & eights
33,910
3,006
293
Joined
Apr 18, 2010
Location
Tumbleweed and Sagebrush country
Hoopla Cash
$ 1,000.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
Pascal. Don't do it. Learn right, with OOP (Java/C++, though it depends on what you're trying to do).
Today it is almost imperative you learn OOP from the jump. I remember changing from FORTRAN/Pascal type coding in the 90's to OOP style. It is completely different in how you structure a lot of code, but I still used Dr. Andre's advice, make it work first, then add the eye candy.
 

fastforward

Well-Known Member
4,398
1,689
173
Joined
Apr 24, 2013
Location
USA
Hoopla Cash
$ 3,832.00
Fav. Team #1
Fav. Team #2
Fav. Team #3
I started with Basic in school in the '80s. I wrote some really good game software at the time. Then I left school and didn't touch a computer for 15 years. If i'm number-crunching probabilities i'll sometimes write a program in QBasic to do it for me. No programming skills beyond that.
 
Top