Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming Software

What Early Software Was Influential Enough To Deserve Acclaim? 704

theodp writes "That his 28-year-old whip-smart, well-educated CS grad friend could be unaware of MacWrite and MacPaint took Dave Winer by surprise. 'They don't, for some reason,' notes Winer, 'study these [types of seminal] products in computer science. They fall between the cracks of "serious" study of algorithms and data structures, and user interface and user experience (which still is not much-studied, but at least is starting). This is more the history of software. Much like the history of film, or the history of rock and roll.' So, Dave asks, what early software was influential and worthy of a Software Hall of Fame?"
This discussion has been archived. No new comments can be posted.

What Early Software Was Influential Enough To Deserve Acclaim?

Comments Filter:
  • VisiCalc (Score:5, Insightful)

    by YrWrstNtmr ( 564987 ) on Sunday January 27, 2013 @05:42PM (#42709961)
    'nuff said
    • Re:VisiCalc (Score:5, Insightful)

      by YrWrstNtmr ( 564987 ) on Sunday January 27, 2013 @05:44PM (#42709975)
      And if you want to continue:
      GeoWorks
      • Comment removed (Score:5, Interesting)

        by account_deleted ( 4530225 ) on Sunday January 27, 2013 @05:52PM (#42710053)
        Comment removed based on user account deletion
        • Re:VisiCalc (Score:5, Insightful)

          by Samantha Wright ( 1324923 ) on Sunday January 27, 2013 @07:40PM (#42710955) Homepage Journal
          Which, it should be emphasized, we do study. While I'm a major advocate for the study of computer history, CS is not about software development, it is a branch of mathematics. The author of the article would be better off pestering computer engineers.
          • Re:VisiCalc (Score:4, Interesting)

            by Jane Q. Public ( 1010737 ) on Sunday January 27, 2013 @09:53PM (#42711769)

            "CS is not about software development, it is a branch of mathematics."

            That depends entirely on what college or university you are attending. The definition is still pretty much dependent on the school. Although it has been getting somewhat more consistent.

            However: at least in the U.S., computer engineering is definitely NOT a software discipline. It is engineering of the computers themselves, that is to say, hardware (though firmware is involved, naturally).

            • CS (Score:5, Insightful)

              by Capt.Albatross ( 1301561 ) on Sunday January 27, 2013 @10:35PM (#42711995)

              "CS is not about software development, it is a branch of mathematics."

              That depends entirely on what college or university you are attending.

              Computer science has a meaning for more than just students, and that meaning lies primarily within the domain of mathematics. What gets taught in the name of computer science depends on the institution doing the teaching.

    • Re:VisiCalc (Score:5, Insightful)

      by astralagos ( 740055 ) on Sunday January 27, 2013 @05:47PM (#42709997)
      Indeed. If there's a piece of software that launched the personal computing revolution, it was VisiCalc - the first software business actually _needed_. I'd also throw in: * WordStar - which was the PC world's answer to emacs. If you did text processing on DOS systems, it was done with WordStar or another program which emulated it. * WordPerfect - the word processor, I imagine that without the Windows Hegemony, Microsoft would -never- have been able to kill wordperfect * Bank Street Writer - the first -educational- word processor, I imagine X'ers like myself lived off of this in school
      • by PapayaSF ( 721268 ) on Sunday January 27, 2013 @06:46PM (#42710563) Journal

        Once in an interview, Dan Bricklin (IIRC) said that in the early days they personally demonstrated VisiCalc at trade show booths. Sometimes accountants would actually cry, as they realized how many hours they'd spent adding up rows and columns of numbers, and how quickly they'd be able to do it with this new piece of software.

        You know you've got a killer app when a demo causes members of your target market to realize how much your software is going to change their lives, and they burst into tears.

        • C compiler (Score:5, Interesting)

          by fyngyrz ( 762201 ) on Sunday January 27, 2013 @08:32PM (#42711279) Homepage Journal

          Most valuable program(s) ever. From day one, and still today. Hands down. Best positioned language in terms of "to-the-metal", changes from tool to uber-tool in the hands of anyone who masters assembler and arrives at learning C with that under their belt, can create extremely fast executables if the CPU is really taken into account, or can be extremely simple to implement if a CPU is treated simplistically -- yet your code will still work fine, if a bit more slowly. Made portability something achievable instead of just desired. C is so well positioned that implementing the language's constructs on top of [some random] CPU is a relatively simple exercise, and then you have immediate access to oodles of goodness.

          Also the source of a lot of whining and bad programming from poor programmers. But hey, a fine carpentry set doesn't make you a great carpenter, either.

          Also a nod out to standard libraries -- also a boon to portability and more.

          C++, oC, C#... also worthy of nods, but C is the king.

        • You know you've got a killer app when a demo causes members of your target market to realize how much your software is going to change their lives, and they burst into tears.

          Especially when your target market is a bunch as prone to emotional outbursts as accountants.

        • by miroku000 ( 2791465 ) on Monday January 28, 2013 @12:37AM (#42712637)

          You know you've got a killer app when a demo causes members of your target market to realize how much your software is going to change their lives, and they burst into tears.

          Sometimes you burst into tears when management tells you they want you to adopt Lotus Notes, or Novel Netware. That doesn't make either of those a Killer app...

      • Re:VisiCalc (Score:5, Interesting)

        by Deep Esophagus ( 686515 ) on Sunday January 27, 2013 @06:52PM (#42710615)

        Before Wordstar, there was Electric Pencil. I also compared Apple Writer II vs. Wordstar for a technical presentation in some college class in 1982; I declared at the time that Apple Writer was far and away the most advanced and user-friendly WP on the market.

        I find it amusing that some 30 years later, some of the old Wordstar keyboard shortcuts are still used in some programs today -- notably alt-X, ctrl-Y, and F1 still do essentially the same things they did in Wordstar.

        I think someone else mentioned Colossal Cave, and yes indeedy -- CC begat Zork which begat the rest of Infocom's amazing library, which I still play from time to time today. My 20-something daughter just the other day complained about the difficulty of getting the babel fish in your ear! Tell me, Microsoft, what games of YOURS are still being played 20 to 30 years later?>

        • I was visiting a computer store owned by a friend. A man walked in who looked homeless. He wore clothes that everyone else I knew would have thrown away. This was in California before Reagan, before there were a lot of homeless people.

          I quietly asked my friend if he would ask the homeless person to leave; maybe there would be a concern about theft. My friend laughed, "That's Michael Shrayer [wikipedia.org], he wrote Electric Pencil, he's a multi-millionaire".
        • Re:VisiCalc (Score:5, Informative)

          by jqpublic13 ( 935916 ) on Sunday January 27, 2013 @10:00PM (#42711815)

          Tell me, Microsoft, what games of YOURS are still being played 20 to 30 years later?

          Ummm... Solitaire?

        • Re:VisiCalc (Score:5, Informative)

          by ChatHuant ( 801522 ) on Monday January 28, 2013 @01:04AM (#42712731)

          Tell me, Microsoft, what games of YOURS are still being played 20 to 30 years later?

          Well, Microsoft Flight Simulator was launched in 1982, that is almost 35 years ago; Solitaire came with Windows 3.0, in 1990 (and believe me, there are many more people still playing Solitaire than ever played Colossal Cave or Zork). Minesweeper was originally part of the MS Entertainment Pack (also 1990) but was bundled with Windows I believe starting with Windows for Workgroups. Freecell came a bit later, can't remember exactly when, but was there before Win95, which makes it at least 18 years old, I'm sure there are more.

      • Re:VisiCalc (Score:4, Informative)

        by Jeremiah Cornelius ( 137 ) on Sunday January 27, 2013 @07:35PM (#42710913) Homepage Journal

        Yes, several folks beat me to Dan Bricklin and VisiCalc, and of course WordStar from San Rafael, California.

        Add Castle Wolfenstein - the Apple ][ side-scroller - and TurboPascal. Heck! Sidekick and Borland's .ovl file function layouts.

    • Re:VisiCalc (Score:4, Interesting)

      by Anonymous Coward on Sunday January 27, 2013 @06:08PM (#42710239)

      VisiCalc was actually credited by a few business journalists in the 80s for starting the whole corporate raider business. They were now able to plug in all those numbers from SEC filings and other sources into the spreadsheet, run simulations of financing and figure a way to take the company over and make their billions.

      They also used it to find out if the pension fund was over funded. See, back in the old days, companies would invest the pension in very low risk things like government bonds - at like 3%. The raiders said, "Hey wait a minute! If we put the money in the stock market, it could make 10% a year - because that's what it averaged for decades! They don't need all that cash in their and we can use it to finance the deal and pay our "consulting fees"!"

      Flash forward to the '00s, and pensioners are getting their benefits cut left and right or they are just gone.

      KKR, Icahn, T Boone, and Bain Capital (of Mitt Romney fame) were and are some of the players.

      Now, many of those folks don't have the money that they counted on - their deferred compensation. Another way of putting it is those folks weren't fully paid for their work.

      • Re: (Score:3, Insightful)

        by sjames ( 1099 )

        Now, many of those folks don't have the money that they counted on - their deferred compensation. Another way of putting it is those folks weren't fully paid for their work.

        I find it amazing how little attention is paid to that. Some like to blame pensions for bankrupting the auto industry, but the fact is, until shenanigans like that, they had the pension funds in reserve like they were supposed to. If they don't have them now, it's only because of greed at the top, not something the union did.

    • VisiCalc

      I wonder if we can nominate turing as a wetware piece of a complex software program. Unless I miss my guess, he inspired VisiCalc.

    • Re:VisiCalc (Score:4, Interesting)

      by Colonel Korn ( 1258968 ) on Sunday January 27, 2013 @06:30PM (#42710441)

      'nuff said

      And as a hardware corollary, the 80 column video card that allowed visicalc to show a useful amount of screen real estate.

    • Re:VisiCalc (Score:5, Insightful)

      by Will.Woodhull ( 1038600 ) <wwoodhull@gmail.com> on Sunday January 27, 2013 @07:09PM (#42710745) Homepage Journal

      1. Visicalc, of course. It is what changed the Apple ][ from a toy to a valuable business asset.

      2. Lotus 1.2.3, the better VisiCalc, and now for DOS machines!

      3. The first flight simulator for the Apple ][.

      4. WordStar on CP/M (later on DOS), proving that effective word processing could be done without a dedicated word processing network. 5. Perl--- the first truly useful, easy to learn (hard to master) programming language supporting regular expressions. (Well, awk preceded it, but awk was impossible to work with.)

      There were also several raster and vector graphics apps from the 1980s that demonstrated the breadth of possibilities.

      I have avoided the software that was originally created on mini frame and main frame computers, then duplicated on the microcomputers. These were great, but they did not have the "Oh wow, nobody saw that coming" impact of Visicalc, WordStar, or Perl.

      Yes, any decent Computer Science program should definitely have some required courses in how and why these apps changed the world.

  • What the fuck? (Score:5, Insightful)

    by Anonymous Coward on Sunday January 27, 2013 @05:43PM (#42709971)

    Whining because they don't teach Mac history 101 in CS programs?

    I sure bet the grad student heard of MS Windows, Word and Excel. I bet he's even heard of CorelDraw, Super Mario Brothers and Pong too.

  • McPaint source code (Score:5, Informative)

    by gbooch ( 323588 ) <egrady@booch.com> on Sunday January 27, 2013 @05:48PM (#42710015) Homepage

    BTW, the source for MacPaint is available online at the Computer History Museum:

    http://www.computerhistory.org/atchm/macpaint-and-quickdraw-source-code/ [computerhistory.org]

  • by MpVpRb ( 1423381 ) on Sunday January 27, 2013 @05:48PM (#42710019)
    Written by one guy..in assembly
  • by 93 Escort Wagon ( 326346 ) on Sunday January 27, 2013 @05:49PM (#42710025)

    I'd say HyperCard [wikipedia.org] would be a better choice

  • by BoRegardless ( 721219 ) on Sunday January 27, 2013 @05:50PM (#42710033)

    Autocad & PowerDraw (now PowerCADD) 2D CAD followed a decade later by SolidWorks 3D for turning concepts into executable designs that were within the realm of price and usability for individual designers.

    • Autocad & PowerDraw (now PowerCADD) 2D CAD followed a decade later by SolidWorks 3D for turning concepts into executable designs that were within the realm of price and usability for individual designers.

      Yes, 3d studio max had a huge impact on animation. Thank all-things-CAD.

  • Influential? (Score:5, Interesting)

    by the eric conspiracy ( 20178 ) on Sunday January 27, 2013 @05:51PM (#42710043)

    dBase
    Word Star
    Turbo Pascal

  • by stewbacca ( 1033764 ) on Sunday January 27, 2013 @05:53PM (#42710061)

    Here are a few that were great in the beginning but have become bloated and kind of overbearing since:

    Word 4.0 for Mac (fast, stable, good UI, nearly perfect)
    Photoshop 1.0 and then 3.0 (when they added layers)
    Early versions of Excel (for Mac, then later Win95)
    FreeHand (when it was Aldus)
    PageMaker (when it was Aldus...see a pattern here?)
    Aldus Persuasion (notice I didn't say PowerPoint?)
    iMovie (compare to any version of movie editing software bundled with Windows ever...no contest)
    Honorable Mention: Garage Band (too niche to be mainstream)

  • by RDW ( 41497 ) on Sunday January 27, 2013 @05:54PM (#42710083)

    An FPS without any S (or colour, or sound, or high resolution graphics):

    http://en.wikipedia.org/wiki/3D_Monster_Maze [wikipedia.org]
    http://www.youtube.com/watch?v=nKvd0zPfBE4 [youtube.com]

    Armed with the awesome power of a Sinclair ZX81 and its 16k external RAM pack, you could run around a maze, chased by a dinosaur. In 3D!

  • important bits (Score:4, Interesting)

    by Mendenhall ( 32321 ) on Sunday January 27, 2013 @05:56PM (#42710099)

    Algol-60. RT-11. TECO. Hypercard (count this one twice!).

    • by vlm ( 69642 )

      MVS/MVT with a mandatory reading of Brook's book about software development.

  • Susan Kare (Score:5, Insightful)

    by Amorymeltzer ( 1213818 ) on Sunday January 27, 2013 @05:56PM (#42710103)

    He mentions Susan Kare but I'd like to give another shout out to her work [plos.org]. We are still using derivatives of her designs, and the brief simplicity of them really led the way for a lot of the icons we use now.

  • by sideslash ( 1865434 ) on Sunday January 27, 2013 @05:57PM (#42710109)
    "Why aren't you one, too?"

    OK, maybe that's a little harsh. But it's not completely apparent what value such a detailed review of early software programs would add to a computer science curriculum. It's probably sufficient to note the emergence of the GUI as the major defining element here, and let our poor undergrads get back to studying their bi-directional linked lists.

    My opinion: it's not an accident that computer science is a more forward-looking than backward-looking discipline. Students will get more mileage out of downloading the latest version of OpenCV or playing with math in Python than sitting through a boring lecture about primitive computer software apps.
    • by DNS-and-BIND ( 461968 ) on Sunday January 27, 2013 @06:29PM (#42710431) Homepage
      Learning history does have its advantages. "Those who don't understand UNIX are condemned to reinvent it, poorly." Same principle applies to other software.
    • by jhecht ( 143058 ) on Sunday January 27, 2013 @07:13PM (#42710783)
      The Mac OS's successful commercialization of the GUI was a huge advance, and students really need to compare it to CP/M and the like to understand its importance. You don't need a detailed comparison, just test runs of the two side by side to show the difference in user experience. Late in 1983, I walked into a computer store fully intending to buy a CP/M machine, fiddled with the interface for about a half hour, and walked out without buying one. It simply was not worth it, even as a technology writer. I'm a fast typist, the three-finger command interface was too clumsy, and nobody wanted -- or even knew how to handle -- electronic submissions. The late Cary Lu introduced me to the Mac, in 1984, but what sold me was watching my six-year-old daughter play with one in the Boston Computer Museum. She picked up the interface in minutes for MacPaint. MacPaint and file management were similarly intuitive. I wanted a tool for writing, not to be a computer operator. I bought a Mac and got it up and running right out of the box.
  • by JohnWiney ( 656829 ) on Sunday January 27, 2013 @05:58PM (#42710125)
    Watfor/Watfiv. QED and its predecessors. TRofff/Nroff and their predecessors. And lots more.
  • by kthreadd ( 1558445 ) on Sunday January 27, 2013 @05:59PM (#42710141)
  • POV-Ray (Score:4, Interesting)

    by volkerdi ( 9854 ) on Sunday January 27, 2013 @06:05PM (#42710209)

    This introduced a lot of people to 3-D rendering, and the free-enough license led to widespread adoption.

  • by anavictoriasaavedra ( 1968822 ) on Sunday January 27, 2013 @06:07PM (#42710217)
    Aldus Freehand, Deneba UltraPaint and Aldus PageMaker. Oh the memories!
  • Don't forget (Score:5, Insightful)

    by Anonymous Coward on Sunday January 27, 2013 @06:11PM (#42710271)

    Leisure Suit Larry

  • Under-appreciated (Score:5, Interesting)

    by descubes ( 35093 ) on Sunday January 27, 2013 @06:13PM (#42710297) Homepage

    Microsoft BASIC and later Visual Basic: Unjustly despised, but introduced many to programming (and the very first ones were marvels of micro-programming too). Also interestingly portable at a time where portability was on nobody's radar.

    Spectre GCR, a Mac emulator on Atari ST. A precursor of virtualization in my opinion, and a very smartly done one at that.

    VMware for making virtualization available to the masses and enabling the cloud.

    AmigaDOS for being the first OS with built-in hardware-accelerated graphics and sound.

    The RPL system in the HP28 and HP48 series of calculator. Reverse Polish Lisp and symbolic processing on a 4-bit calculator with 4K of RAM? Seriously?

    The Minitel system in France, including nationwide phone directory and dubious innovations such as Minitel Rose (porn in text mode at 1200bps, basically).

    Postscript and the whole desktop publishing revolution.

    NeXTStep (or whatever the CorRect CapItalizATION is), so far ahead of its time that it took years for it to reach its full potential in the form of iOS.

    GeOS (already mentioned by someone else)

    Mathematica. Just wow. But also forgotten precursors such as TK! Solver.

    Lisp, Fortran, Algol, Pascal, Ada, Eiffel, Smalltalk and a whole bunch of under-utilized languages.

    Much lower on the name recognition scale, Alpha Waves [wordpress.com], arguably one of the earliest real 3D games, which also influenced the creation of Alone in the Dark.

  • Lisp 1.5 (Score:5, Insightful)

    by rmstar ( 114746 ) on Sunday January 27, 2013 @06:15PM (#42710319)

    Lisp 1.5 [softwarepreservation.org] was the first widely distributed Lisp sytem (and it includied an interpreter AND a compiler). Many people have completely forgotten about it, but among its contributions were to pioneer dynamic programming languages (as are ruby, python, etc, etc) AND garbage collecting. And many other things. It was staggeringly innovative.

    • And don't forget Macsyma, one of the first large computer applications. Also written in Lisp. And contrary to the original posting, serious computer science students do learn about Macsyma.

  • by Antique Geekmeister ( 740220 ) on Sunday January 27, 2013 @06:16PM (#42710327)

    Learn C to learn how things really work for the last few decades in the kernel and library spaces, learn the original specs of HTML to understand what Hypertext was really for, and learn C-Kermit to learn what configuraiton and control over a limited interface really means.

  • The Clipboard (Score:5, Insightful)

    by gilgongo ( 57446 ) on Sunday January 27, 2013 @06:20PM (#42710345) Homepage Journal

    Not so much software as software tool, but if you're looking for the most influential and important thing in software, the clipboard probably wins hands down. Without it, most of the web would not exist, for one thing.
    It also has the distinction of being invisible - out doesn't even feed back. Nothing comes close to it for ubiquitous power and influence.

  • by rossdee ( 243626 ) on Sunday January 27, 2013 @06:30PM (#42710439)

    Wizardry on the Apple ][

    Directory Opus on the Amiga

  • by theodp ( 442580 ) on Sunday January 27, 2013 @06:30PM (#42710443)

    TUTOR [wikipedia.org] (also known as PLATO Author Language) is a programming language developed for use on the PLATO system at the University of Illinois at Urbana-Champaign around 1965. TUTOR was initially designed by Paul Tenczar for use in computer assisted instruction (CAI) and computer managed instruction (CMI) (in computer programs called "lessons") and has many features for that purpose. For example, TUTOR has powerful answer-parsing and answer-judging commands, graphics, and features to simplify handling student records and statistics by instructors. TUTOR's flexibility, in combination with PLATO's computational power (running on what was considered a supercomputer in 1972), also made it suitable for the creation of many non-educational lessons - that is, games - including flight simulators, war games, dungeon style multiplayer role-playing games, card games, word games, and Medical lesson games such as Bugs and Drugs (BND).

    1994 Message from CS Prof Daniel Sleator to Tim Berners-Lee [archive.org]: It would be possible for one person to write a new game (such as double bughouse chess) without having to write a half dozen graphics interfaces. Many really cool things change from being impossible to being quite feasible. (The PLATO system developed in the 70s at the University of Illinois had some of these properties: simple graphics available to all users, fast interaction among a large pool of users. The result was the development of a number of very popular and engrossing interactive games.)

  • by Miamicanes ( 730264 ) on Sunday January 27, 2013 @06:32PM (#42710453)

    Jumpman: set the standard for 'playability' & 'fun'. I remember making fun of it when I saw the underwhelming graphics, but it had me hooked the first time I played it. Truly, one of the best games ever. Decades later, it's STILL playable

    Archon: what can I say? It started where chess left off, hit the ground running, and just *oozed* "epic win" for concept & gameplay.

    Barbarian: the game that INVENTED the concept of a "fatality" move

    https://www.youtube.com/watch?v=C4Ii_YfJNvw&feature=youtube_gdata_player [youtube.com]

  • XtreePro (Score:5, Interesting)

    by bagofbeans ( 567926 ) on Sunday January 27, 2013 @06:45PM (#42710547)

    That and Norton Utilities made DOS useable.

    But XTP's superlative use of the screen area and hotkeys was stunningly competent.

  • RUNOFF (Score:4, Interesting)

    by yesterdaystomorrow ( 1766850 ) on Sunday January 27, 2013 @06:57PM (#42710649)
    RUNOFF on CTSS (1964) turned the computer into a document preparation tool. From there we got Multics runoff. The UNIX developers justified their early efforts by promising to bring runoff to AT&T without the expense of Multics. And now RUNOFF has many descendents, both in the form of markup languages and document processing applications. These are arguably a more widespread and important use of computers than actual computation.
  • by joeaguy ( 884004 ) on Sunday January 27, 2013 @06:59PM (#42710659)

    Before the internet, computers were a tool and not just a screen to get you to what someone else already had made. You got a computer because you wanted to make things. It could be a document, an image, a song, software that could be used to make more and other things. Computers were mainly purchased by those who wanted to use them as a tool for creative and practical purposes. All you could consume on computers in the pre-internet age were games, and consoles were usually cheaper and better for that, or the few expensive and slow online services that you could reach over dialup.

    So this made a huge difference for early software. The windowed GUI interface that is everywhere today was designed for desktop publishing, by Xerox, a company whose business is making documents. The phone and tablet interfaces that are growing now and the first centered around consumption of data instead of creation of data. This is a huge switch which makes it even more important to remember software history.

    So a few titles I think are of note:

    The Print Shop - One of the most popular programs in the 80s. Most people's first experience with anything like desktop publishing. http://en.wikipedia.org/wiki/The_Print_Shop [wikipedia.org]
    BASIC - This language introduced many people to programming, and was a default built in feature of most early computers.
    Deluxe Paint - Bitmapped graphics program by Electronic Arts - http://en.wikipedia.org/wiki/Deluxe_Paint [wikipedia.org]
    HyperCard - Multimedia software http://en.wikipedia.org/wiki/HyperCard [wikipedia.org]
    SuperPaint - Combined bitmap and vector graphics in one program - http://en.wikipedia.org/wiki/SuperPaint_(Macintosh) [wikipedia.org]
    SoundEdit - The first popular GUI sound editor - http://en.wikipedia.org/wiki/SoundEdit [wikipedia.org]
    TheDraw - Text editor for making ASCII/ANSI art - http://en.wikipedia.org/wiki/TheDraw [wikipedia.org]
    ResEdit - GUI builder for early mac - http://en.wikipedia.org/wiki/ResEdit [wikipedia.org]

    That's just what I can think of so far.

  • by C0L0PH0N ( 613595 ) on Sunday January 27, 2013 @07:06PM (#42710723)
    Paradox for DOS was a breakthrough program for its time, permitting fairly serious multi user networked business applications to be built in DOS with a relational database. The PAL (Paradox Application Language) was very powerful. I built a rock solid and fast multiuser system for a mental health clinic with it. And Commodore 64's Logo was actually HP's graphics language in disguise, a great program for what it was and for its time.
  • by dtjohnson ( 102237 ) on Sunday January 27, 2013 @07:20PM (#42710815)

    Napster - this is the software that kicked off the idea of music file sharing. Okay, the record companies hated this program but this is the first program that I can think of that really CONNECTED people as a group on the internet for exchanging data.

    MS GW Basic - this was the basic that shipped with the IBM PC and was pretty much what much of its early software was written in because it was so simple to use and yet could be used to do quite a bit.

    Windows 3.0 - This was the first version of Windows that people really used and really brought the GUI desktop with the mouse into the mainstream. Okay, the first Macintosh from Apple did that too and came before Windows 3.0 by a ways but it was not nearly as widely used, especially in the workplace.

  • by damnbunni ( 1215350 ) on Sunday January 27, 2013 @07:22PM (#42710831) Journal

    I started computing with a VIC-20, and grew up with a C-64. I never really used the 'must have' apps that made businesses want computer in the first place, though. I knew about them, and knew my uncle spent a fortune on an Apple II to run them for his store, but knew little about them.

    So recently I picked up a Commodore 128D and got some CP/M software: WordStar, dBASE II, and VisiCalc. After some configuration brouhaha (this wasn't easy, without the manuals!) I gave them a go.

    What most surprised me was how usable they all are, still. Oh, the interfaces require actual studying, but WordStar's is sensible, and dBASE's total lack of anything resembling user friendliness at least exposes its raw flexibility.

    Of course, then my 30-year old Commodore monitor let the blue smoke out of the capacitors, so it's out of commission till I get them replaced.

    I think having current compsci people take at least a brief course using these old, old programs might help them understand not all that much has really changed - and maybe inspire them to change things.

    Who knows? Probably couldn't hurt, at least.

  • TeX (Score:5, Informative)

    by Dr. Tom ( 23206 ) <tomh@nih.gov> on Sunday January 27, 2013 @08:09PM (#42711133) Homepage

    Not only is TeX practically the first open source program, it is still in use (rewritten, tho), along with all the tools it spawned.

  • by rduke15 ( 721841 ) <rduke15@gTWAINmail.com minus author> on Sunday January 27, 2013 @08:16PM (#42711191)

    The only word-processor I ever really liked. And the reason why I switched to Windows from DOS and my own customized Turbo Pascal editor.

    I immediately felt at ease with Ami Pro. Everything felt intuitive for someone who had started using computers mainly to get rid of typewriters. Other word processors at the time seemed like just different typewriters. But Ami Pro almost forced you to use styles instead of manual formatting. And it made the use of styles very obvious and easy, mapping them to the function keys. At last, something smarter and more useful than a typewriter.

    I'm using LibreOffice now, but I'm unhappy and still long for the elegant simplicity of Ami Pro.

  • FORTH (Score:4, Interesting)

    by satch89450 ( 186046 ) on Sunday January 27, 2013 @08:17PM (#42711203) Homepage
    This reverse Polish language was not a "mainstream" language, but for astronomers, it was perfect for telescope automation. FORTH was also used in other robotic things. I was really surprised that FORTH wasn't included on anyone's list. In fact, how many of you have ever heard of FORTH, let alone did any programming in it?
  • First game! (Score:4, Insightful)

    by Salamander ( 33735 ) <jeff AT pl DOT atyp DOT us> on Sunday January 27, 2013 @08:18PM (#42711209) Homepage Journal

    Adventure, a.k.a. Colossal Cave, by Crowther and Woods (extended by others).

    http://rickadams.org/adventure/e_downloads.html [rickadams.org]

    This was many old-school programmers' first exposure to computers as entertainment. For example, both my wife and I recall playing it on TI SilentWriters (paper output plus an acoustic modem) when we were kids. Even more than Space Wars, which was written at least a year later and only ran on much less common hardware, this was the start of computer gaming.

  • by Megane ( 129182 ) on Sunday January 27, 2013 @08:36PM (#42711301)

    Byte is kind of the journal of note of the microcomputer era from 1975 to the early '90s (when it became just a bunch of boring reviews). I'm sure anyone who wanted a list of influential software from the past could spend a couple of weeks digging through them. You can find most of the early years as scanned .PDF files if you know where to look.

    And don't forget to cover some of the important failures too, like The One[tm], Visi-On, and Lotus Jazz. And the important semi-failures like Smalltalk and OS/2.

  • VSAS (Score:5, Interesting)

    by jtara ( 133429 ) on Sunday January 27, 2013 @08:47PM (#42711373)

    Variation Simulation Analysis Software.

    It's a technique for simulating variations in product assemblies. Usually mechanical, but could be of other natures, as well. You model the assembly and it's manufacturing variations, and then "build" some quantity of parts. One can determine how many assemblies will likely meet specifications, the major contributors to out-of-spec assemblies, etc. etc.

    The technique was developed during WWII at Willow Run Labs, where it was implemented by the classic "banks of women operating calculators", and is one of the reasons we were able to crank-out all those airplanes that actually worked.

    By the 70's it was implemented in an academic setting on mainframes.

    A company I worked for obtained rights to VSAS and we ported it to the IBM PC. I did the initial port to Watcom Fortran (there's another one for you!), and then designed a domain-specific language (VSL) and implemented a compiler in C and interpreter in Fortran, so that mechanical engineers didn't have to write their models in Fortran any more. The Fortran models were bulky - with line after line of function calls with zillions of parameters, passing separate X,Y,Z values in the calls. I'd imagine the engineers wore-out the parenthesis keys on their keyboard pretty fast. VSL, on the other hand, had data types for points, lines, vectors, planes, etc. Using an interpreter didn't slow things down, because most of the time was spent in geometric library routines, which were in carefully-optimized Fortran.

    I insisted on their hiring a mathematician, and between the two of us, we tweaked it to run faster on the PC than it did on the mainframe. (Engineering professors don't write code that is either fast or mathematically-correct, it turned out...)

    And that's when it's use took off. The company founder started as a manufacturer's rep for some Finite Element Modelliing software, so had lots of contacts in the auto industry. (And the company was located near Detroit.) They both sold the software and did also did in-house projects for the auto companies until they ramped-up their own engineers. This allowed the auto makers, for example, to start treating windshields as structural elements (because the hole for the windshield could be manufacturered to precise tolerances), and allowed them to eliminate costly alignment operations, such as when fitting hoods.

    It's used by every auto and aircraft manufacturer, every hard disk manufacturer, etc. etc. etc. Basically just about any complex mechanical product you touch was touched by VSAS during design.

    I'd imagine you couldn't build an iPhone at an affordable cost or with the quality level of an iPhone without VSAS (or it's equivalent). You wouldn't be able to buy a terabyte hard drive for less than $100.

    There's more info on it here:

    http://www.plm.automation.siemens.com/en_us/products/tecnomatix/quality_mgmt/variation_analyst/ [siemens.com]

    (The company was acquired by Siemens many years ago.)

    Maybe not quite what this post was looking for, which I think was more consumer PC software. But it runs on a PC and has from the beginning of PCs, and has had a large but mostly-invisible influence on just about every tech product we use every day.

    A 30-year run is nothing to sniff at, either.

  • by kenh ( 9056 ) on Sunday January 27, 2013 @09:24PM (#42711591) Homepage Journal

    While the first 4K Microsoft BASIC was significant in many ways [wikipedia.org], the ROM-based Microsoft BASIC included with literally tens of millions of computers shaped the industry in ways no other application ever did.

    It's impact was in being the first tool used by an entire generation of programmers, it shaped their thinking in ways that frustrated some.

  • by stox ( 131684 ) on Sunday January 27, 2013 @09:30PM (#42711627) Homepage

    The first BBS, and the protocol that enabled the transfer of binary files over modem. Xmodem was originally invented for use on CBBS and spread from there.

  • Lisp and FORTAN (Score:4, Insightful)

    by bcrowell ( 177657 ) on Sunday January 27, 2013 @10:06PM (#42711849) Homepage

    FORTAN: 1957

    Lisp: 1958

    Lisp was such a good idea that people are still reimplementing it [wikipedia.org] 55 years later.

    FORTAN was such a piece of crap that ... almost everyone started using it, it became for most people the only possible way to learn to program, it persisted for decades after alternatives were designed, it was sufficiently flexible to evolve into a very nice and usable modern version, it's still often more efficient than C, and it basically defined the whole procedural style of programming.

E = MC ** 2 +- 3db

Working...