Old timers, what was it like in the day before editors?

  • (2 Pages)
  • +
  • 1
  • 2

25 Replies - 2051 Views - Last Post: 22 October 2014 - 06:14 AM

#1 leibniz76   User is offline

  • D.I.C Head

Reputation: -11
  • View blog
  • Posts: 89
  • Joined: 02-May 14

Old timers, what was it like in the day before editors?

Posted 08 October 2014 - 06:48 PM

One thing I like about programming is that you get to see the value of the variables as you progress through the algorithm. I talked to one programmer who said that they did not get an editor until 1982, by editor I mean the pop-out box where you get to see the value of the variables as things move along. I think programming without an editor would be next to impossible. If there are any old-timers here maybe they could share with us their experience of what it was like before editors came along.

Is This A Good Question/Topic? 0
  • +

Replies To: Old timers, what was it like in the day before editors?

#2 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: Old timers, what was it like in the day before editors?

Posted 08 October 2014 - 10:20 PM

Quote

by editor I mean the pop-out box where you get to see the value of the variables as things move along.

Many folks use editors other than full-blown IDEs with debuggers. Lots of folks are big fans of Notepad++ and such.
Was This Post Helpful? 0
  • +
  • -

#3 jon.kiparsky   User is offline

  • Beginner
  • member icon


Reputation: 12350
  • View blog
  • Posts: 20,984
  • Joined: 19-March 11

Re: Old timers, what was it like in the day before editors?

Posted 08 October 2014 - 10:43 PM

Both of the editors were originally written in 1976, so they've been around for a long time - certainly longer than most of the people on this site.
What you're describing is not an editor, it's something else entirely - it's called an "IDE", which is mistakenly derived from "Integrated Development Environment". (this is a mistaken derivation, because of course any POSIX-compliant OS is an integrated development environment, and IDEs manifestly are not)
Was This Post Helpful? 0
  • +
  • -

#4 rusoaica   User is offline

  • They're watching you, Neo!
  • member icon

Reputation: 221
  • View blog
  • Posts: 691
  • Joined: 10-March 12

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 02:20 AM

Well, i remember the days about 15 years ago when i was creating electronic blueprints for logical gates circuits and yes, there was no 'IDE' for that, nor you could see the values of the 'variables', unless you would have created another electronic equipment for testing boolean values. All we had back in the day was a piece of paper, a roller pen and lots of imagination. You had to work at bit-level design and keep track of the 0's and 1's flow using your sole mind :)
The question in not about the '70s or '80s, its about the days of Ada Lovelace (the first computer programmer) or Grace Murray Hopper (the woman that created the first compiler). THATS what means programming without any editor, directly in Machine Code.
Was This Post Helpful? 0
  • +
  • -

#5 baavgai   User is offline

  • Dreaming Coder
  • member icon


Reputation: 7507
  • View blog
  • Posts: 15,558
  • Joined: 16-October 07

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 03:42 AM

View Postleibniz76, on 08 October 2014 - 09:48 PM, said:

by editor I mean the pop-out box where you get to see the value of the variables as things move along.


So... by editor you don't mean editor at all?

View Postleibniz76, on 08 October 2014 - 09:48 PM, said:

I talked to one programmer who said that they did not get an editor until 1982


This is interesting. The IBM PC, the great granddaddy of what you're most likely sitting at now, shows up in 1981. So, before the PC, no "editor?"

What was that "editor?" I'm honestly curious as to what counts in 1982. If you want to talk IDE history, I would have nominated Borland's Turbo Pascal as being an early influence, released in 1983. However, you could write a program, run it, and view it's state in BASIC, circa 1964. So, what's the first according to your "one programmer?"
Was This Post Helpful? 0
  • +
  • -

#6 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 03:59 AM

I talked with a guy who claimed to have worked at a bank doing data processing programming on punchcards. I don't have a reason to disbelieve him, but I don't have a reason to believe him either, he's not someone I know, just a friend of my mentor (which might be reason to believe him, come to think of it). But he recounted that he worked 3rd shift punching commands in via punchcard, and during the day the commands would be run. Results would be recorded and when he came in the next night he would make necessary adjustments based on the days results.

Again, this was someone I don't really know at all, but it sounds believable. Seems like a really painful way to debug - I love Visual Studios QuickWatch all the more for stories like this heh.
Was This Post Helpful? 0
  • +
  • -

#7 DarenR   User is offline

  • D.I.C Lover

Reputation: 793
  • View blog
  • Posts: 5,089
  • Joined: 12-January 10

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 05:12 AM

It was very BASIC
Was This Post Helpful? 3
  • +
  • -

#8 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 06:14 AM

I don't appreciate being referred to as an "oldtimer". I still use Notepad++ for all my coding. If I want to know what number I'm getting from a formula, I'll do the math with sample data (amazing, right? The calculation power of the human brain is a wondrous thing).
Was This Post Helpful? 0
  • +
  • -

#9 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 06:19 AM

If only your kids appreciated how much the brain likes to math.
Was This Post Helpful? 0
  • +
  • -

#10 depricated   User is offline

  • Nero


Reputation: 2532
  • View blog
  • Posts: 6,273
  • Joined: 13-September 08

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 06:21 AM

View PostBenignDesign, on 09 October 2014 - 07:14 AM, said:

I don't appreciate being referred to as an "oldtimer".

B9 be all like

BenignDesign, on 09 October 2014 - 07:14 AM, said:

Darn kids these days with their intellisense, error handling, garbage collecting, and yoloswags :wheelchair:


edit cause I don't even bracket

oh and I forgot test frameworks, junit is tits

This post has been edited by depricated: 09 October 2014 - 06:21 AM

Was This Post Helpful? 1
  • +
  • -

#11 BenignDesign   User is offline

  • holy shitin shishkebobs
  • member icon




Reputation: 8384
  • View blog
  • Posts: 12,682
  • Joined: 28-September 07

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 06:24 AM

Posted Image
Was This Post Helpful? 1
  • +
  • -

#12 modi123_1   User is offline

  • Suitor #2
  • member icon



Reputation: 16479
  • View blog
  • Posts: 65,313
  • Joined: 12-June 08

Re: Old timers, what was it like in the day before editors?

Posted 09 October 2014 - 06:51 AM

What? No one has opted to try and pee on the campfire with claims of VI or VIM? Kudos for being mature folk.

Spoiler


Yes.. I have punched a few cards back in college. It was enlightening, and mildly cathartic. All which the teacher wanted to impress upon us.
Was This Post Helpful? 0
  • +
  • -

#13 ccubed   User is offline

  • It's That Guy
  • member icon

Reputation: 165
  • View blog
  • Posts: 1,416
  • Joined: 13-June 08

Re: Old timers, what was it like in the day before editors?

Posted 19 October 2014 - 06:49 AM

I don't even remember the last time I used the debugger to trace a variable during execution. I've basically never found a situation where I absolutely needed to trace a variable during execution in order to solve a problem. I've found situations where it makes it slightly easier, but never one in which it would have prevented the solution from being found.

So what's programming like without an 'editor?' Exactly like programming with an editor.

I also feel I should be slightly worried by the initial statement 'programming without an editor would be impossible' where we've now identified he means a trace. What is OP doing so often with a trace...
Was This Post Helpful? 0
  • +
  • -

#14 lordofduct   User is offline

  • I'm a cheeseburger
  • member icon


Reputation: 2668
  • View blog
  • Posts: 4,786
  • Joined: 24-September 10

Re: Old timers, what was it like in the day before editors?

Posted 19 October 2014 - 08:18 AM

View Postbaavgai, on 09 October 2014 - 05:42 AM, said:

This is interesting. The IBM PC, the great granddaddy of what you're most likely sitting at now, shows up in 1981. So, before the PC, no "editor?"

What was that "editor?" I'm honestly curious as to what counts in 1982. If you want to talk IDE history, I would have nominated Borland's Turbo Pascal as being an early influence, released in 1983. However, you could write a program, run it, and view it's state in BASIC, circa 1964. So, what's the first according to your "one programmer?"


From the wording that OP gave:

Quote

I talked to one programmer who said that they did not get an editor until 1982...


I interpreted it as meaning "1982 was the year they got their editor". Like how in 1991 I got my Sega Genesis, despite it already being out for a couple years.
Was This Post Helpful? 0
  • +
  • -

#15 Bort   User is offline

  • Ill-informed Mongoloid
  • member icon

Reputation: 451
  • View blog
  • Posts: 3,114
  • Joined: 18-September 06

Re: Old timers, what was it like in the day before editors?

Posted 20 October 2014 - 06:31 AM

Back when I was a lad, all them years ago, when all this were nowt but fields...

In them days, you had to do your coding on an abacus, and if you didn't like that, you got the cane.
Was This Post Helpful? 3
  • +
  • -

  • (2 Pages)
  • +
  • 1
  • 2