What is the weirdest commercial language/system you've ever used? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-30T06:17:32Z http://stackoverflow.com/feeds/question/322118 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used 3 What is the weirdest commercial language/system you've ever used? Loki 2008-11-26T20:56:10Z 2009-05-20T16:15:05Z <p>Ah. I know everyone of you have worked on a system so weird only a handful of people know about. So what about it?</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322135#322135 4 Answer by Paul Tomblin for What is the weirdest commercial language/system you've ever used? Paul Tomblin 2008-11-26T21:00:41Z 2008-11-26T21:00:41Z <p>I was once given a program to fix, written in a language called "EasyTrieve". The "program" was processed once for each line of input and it had a bunch of conditions - if you wanted the line of input to NOT be in the final report, the command was "flunk". I forget everything else about it, having long ago recycled those neurons to remember JCL or something equally useful.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322138#322138 0 Answer by unwesen for What is the weirdest commercial language/system you've ever used? unwesen 2008-11-26T21:01:12Z 2008-11-26T21:01:12Z <p>COPS. It's an in-house web application server with custom scripting language that one of my past employers developed. And I had to fix bugs in it.</p> <p>For one thing, the code contained pretty much every point listed here: <a href="http://www.web-hits.org/txt/codingunmaintainable.html" rel="nofollow">http://www.web-hits.org/txt/codingunmaintainable.html</a></p> <p>But if you don't care about the implementation, and just about the scripting syntax... there are too many examples to list. The most memorable, perhaps, is that it was impossible to nest switches in if-blocks, but absolutely possible to do the reverse. Other the other way around. I thankfully forgot.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322142#322142 2 Answer by S.Lott for What is the weirdest commercial language/system you've ever used? S.Lott 2008-11-26T21:02:06Z 2008-11-26T21:02:06Z <p>JOVIAL. Jules Own Version of the International Algorithmic Language.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322151#322151 0 Answer by Cruachan for What is the weirdest commercial language/system you've ever used? Cruachan 2008-11-26T21:03:23Z 2008-11-26T21:03:23Z <p>Only peripherally, but in the days <em>before</em> I was a real coder when I was messing around with code as by way of a analyzing research data I was peripherally involved with one of the first Distributed Array Processor (the DAP) in the UK. Based on a matrix of 64x64 cpus (can't remember what, but each approximatly equivalent to a PDP-11) and coded in Parallel Fortran.</p> <p>I went to a public talk at the same University about super computers last year and they had pictures of the DAPs successor - which was about equivalent in processing power to a Playstation 2.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322167#322167 2 Answer by Gamecat for What is the weirdest commercial language/system you've ever used? Gamecat 2008-11-26T21:07:35Z 2008-11-26T21:43:36Z <p>Does JCL count?</p> <p>For the younger generation: JCL is the job control language needed to do almost anything on a mainframe. It is still based on the good old punch card format (80 columns) and certain columns have specific meanings.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322168#322168 1 Answer by bradheintz for What is the weirdest commercial language/system you've ever used? bradheintz 2008-11-26T21:08:00Z 2008-11-26T21:08:00Z <p><a href="http://www.niakwa.com/" rel="nofollow" title="Niakwa">Niakwa</a> is a PC emulator/run-time environment for a dialect of Dartmouth BASIC used on early Wang multi-user systems. In the early 90's, I was (for a blessedly brief time) maintaining customized accounting systems in this language, some on the original hardware, and some ported to PC systems via this tool.</p> <p>My jaw dropped just now when I googled them and found out that they're still in business, and people are still running software originally based on a dead Wang system some decades old.</p> <p>For the youngsters: <a href="http://en.wikipedia.org/wiki/Wang_Laboratories" rel="nofollow" title="Wang">Wang</a></p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322199#322199 2 Answer by Matt Campbell for What is the weirdest commercial language/system you've ever used? Matt Campbell 2008-11-26T21:18:10Z 2008-11-26T21:18:10Z <p>At one of my previous jobs, there was a lot of code written in a "scripting language" called - and I kid you not - <strong>DataMan</strong>. This was intended to be short for "Data Manipulator" but several of us internally liked to call it "DataBoy". The syntax was definitely inspired by the authors' (and the principal customers') previous JCL and COBOL experience, and it was so incredibly turing-incomplete that it didn't support variables.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322200#322200 1 Answer by Paul Tomblin for What is the weirdest commercial language/system you've ever used? Paul Tomblin 2008-11-26T21:18:14Z 2008-11-26T21:18:14Z <p>In high school, one of the languages we learned was SP/k, which was a subset of PL/1. I think the idea was that it was supposed to be a series of ever greater subsets, with SP/1 having barely any language at all, SP/2 having a few more keywords, and so on up to whatever was k\sub{max}. Of course we didn't use it that way and were basically thrown in the deep end.</p> <p>We started with a "language" called "SIMON" that was a simplified machine code, and then "SAP" which was an assembler language for SIMON. Somewhere between these two losers and SP/k, I actually learned some languages that were useful, like FORTRAN.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322220#322220 0 Answer by Bill Karwin for What is the weirdest commercial language/system you've ever used? Bill Karwin 2008-11-26T21:25:46Z 2008-11-26T21:48:29Z <p>Did you know HP has their own fully-fledged RDBMS product for HP-UX and mpe/ix? It's called <a href="http://www.hp.com/products1/evolution/e3000/mpeix/operating/allbase_sql.html" rel="nofollow">Allbase/SQL</a>. </p> <p>I did some work on internal applications using Allbase at HP, circa 1994. I've never talked to anyone who has used it outside of HP. </p> <p>I searched Wikipedia for an article on Allbase so I could link to it, but no such article seems to exist.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322227#322227 1 Answer by eJames for What is the weirdest commercial language/system you've ever used? eJames 2008-11-26T21:28:21Z 2008-11-26T21:28:21Z <p>PL/M was (and still is) my nightmare. I am responsible for maintianing the software for an embedded automotive transmission controller. The basic framework is written in C, but the guy who was responsible for writing the actual transmission control logic only knew PL/M. The entire awful beast is written in one enormous file (something like 180 000 lines of code). The worst of it is that PL/M is essentially assembly language. That entire file is nothing but a collection of GOTO statements and low-level bit-twiddling. At least half of it is comments, but most of them read something like: "Doing this, in this situation, because it didn't work the other way. Be sure to set these flags if you want to do something else..."</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322274#322274 1 Answer by SqlACID for What is the weirdest commercial language/system you've ever used? SqlACID 2008-11-26T21:44:30Z 2008-11-26T21:44:30Z <p>SNOBOL on a PDP-10</p> <p>RPG II certainly had it's weirdnesses</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322279#322279 0 Answer by sgwill for What is the weirdest commercial language/system you've ever used? sgwill 2008-11-26T21:46:51Z 2008-11-26T21:46:51Z <p>I programmed in TOOLS. It was a custom, semi-object oriented language written in C. I got to work on the compiler...kinda fun!</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322303#322303 0 Answer by Pascal Paradis for What is the weirdest commercial language/system you've ever used? Pascal Paradis 2008-11-26T21:55:06Z 2008-11-26T21:55:06Z <p>I used <a href="http://www.4d.com/" rel="nofollow">4D</a> once... In french. </p> <p>Yeah it's one of those localized programming language. Even if French is my native language it was painful. For an unknown reason the only language 4D has localized keywords is French.</p> <p><a href="http://www.4d.fr/documentation/4DdocV11/CMU/CMU00349.HTM" rel="nofollow">English example</a></p> <pre><code> CREATE EMPTY SET([Customers];"Payment Due") QUERY([Invoices];[Invoices]DueDate = Current date) While(Not(End selection([Invoices]))) RELATE ONE ([Invoices]CustID) ADD TO SET([Customers];"Payment Due") NEXT RECORD([Invoices]) End while </code></pre> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322343#322343 1 Answer by James Schek for What is the weirdest commercial language/system you've ever used? James Schek 2008-11-26T22:12:00Z 2008-11-26T22:12:00Z <p><a href="http://en.wikipedia.org/wiki/GPSS" rel="nofollow">GPSS</a>. I'm told this simulation language has a large following, but I have <em>never</em> met anyone in industry who has even heard of this.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322349#322349 3 Answer by Zevin for What is the weirdest commercial language/system you've ever used? Zevin 2008-11-26T22:13:53Z 2008-11-26T22:13:53Z <p>MUMPS - An OS / Database combination from DEC, A High Performance Database, originally designed as a medical information system. Programs were tables that could be updated live (code could be patched while it was executing - the next pass thru would get the new instructions). If you wanted to you could write self modifying programs.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322388#322388 0 Answer by TravisO for What is the weirdest commercial language/system you've ever used? TravisO 2008-11-26T22:33:36Z 2008-12-11T21:52:18Z <p>Witango (it has nothing to do with the Tango library)</p> <p>It's so bizarrely niche I'll slap down $20 nobody here has used it before. The IDE is basically a GUI tree representation of an IF statement, and you use it to build the entire application that way. It lacks the ability to write your own functions.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322394#322394 0 Answer by MusiGenesis for What is the weirdest commercial language/system you've ever used? MusiGenesis 2008-11-26T22:35:07Z 2008-11-26T22:35:07Z <p>CYBORG - so old I couldn't even find any links on Google. If anybody's ever even heard of this, please comment.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322404#322404 1 Answer by Juliet for What is the weirdest commercial language/system you've ever used? Juliet 2008-11-26T22:39:07Z 2008-11-26T22:39:07Z <p>Not long ago, I worked at a company which used a language called "Synergy", a 30-year-old relic of "business languages" that were popular in the 1980s. The syntax combined all of the most obnoxious aspects of COBOL, Assembly, and INTERCAL.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322447#322447 0 Answer by Otavio for What is the weirdest commercial language/system you've ever used? Otavio 2008-11-26T22:53:26Z 2008-11-26T22:53:26Z <p>Gensym's G2 where you write code like this:</p> <p>for the next 30 seconds do ...</p> <p>for each tank that is connected to this pump do...</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322485#322485 2 Answer by lkessler for What is the weirdest commercial language/system you've ever used? lkessler 2008-11-26T23:08:53Z 2008-11-26T23:08:53Z <p>Now I know it's not a commercial system, but...</p> <p>I would have to say the pseudo-assembly language that Donald Knuth invented for his "The Art of Computer Programming" books. He named the <a href="http://en.wikipedia.org/wiki/MIX" rel="nofollow">language MIX</a>, and it was designed to run on the hypothetical MIX computer.</p> <p><img src="http://ecx.images-amazon.com/images/I/41233D6XS0L._SL500_AA240_.jpg" alt="alt text" /></p> <p>I took a course that used his books in University. I never really was able to make any useful sense out of that language. Probably need an IQ of 220 like Dr. Knuth.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322491#322491 1 Answer by Mark Ransom for What is the weirdest commercial language/system you've ever used? Mark Ransom 2008-11-26T23:13:42Z 2008-11-26T23:13:42Z <p><a href="http://en.wikipedia.org/wiki/APL_(programming_language)" rel="nofollow">APL</a>. It uses Greek letters extensively.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322546#322546 2 Answer by Robert Rossney for What is the weirdest commercial language/system you've ever used? Robert Rossney 2008-11-26T23:37:45Z 2008-11-26T23:37:45Z <p>The Logical Business Machines Adam.</p> <p>The only reference I can find for this via Google is from a NY Times article about how LBM sued Coleco for trademark infringement. The story contains this key paragraph:</p> <blockquote> <p>Logical Business Machines said it had been using the trademark ''Adam'' since 1975 for its natural language computer that lets computer users program in the language they speak, rather than a specialized computer language.</p> </blockquote> <p>Oh, yes, program in the language you speak. By the way, you may not know this, but English is a language in which all sentences are in the form verb-noun, and all verbs can be abbreviated by their first two letters.</p> <p>The Adam had my favorite error message ever. If you typed in a "sentence", and it didn't recognize the keyword, it didn't say "Syntax error." Oh no. That wouldn't be programming in the language that you speak, now, would it? It said:</p> <blockquote> <p>Verb!</p> </blockquote> <p>When the PC came out, the Adam's operating system/programming environment/whatever was briefly marketed as a program called Savvy PC. Despite this, for some reason my Adam experience did not open many doors for me in the new world of the PC.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322557#322557 2 Answer by Internet Friend for What is the weirdest commercial language/system you've ever used? Internet Friend 2008-11-26T23:45:11Z 2008-11-26T23:45:11Z <p><img src="http://common.ziffdavisinternet.com/util_get_image/18/0,1425,i=180249,00.gif" alt="alt text" /></p> <p>Google Mini.</p> <p>These are fickle beasts, but they hold incredible searching power within. The first time I connected one to our intranet for testing purposes, it somehow caught scent of the Apache directory indices, and almost brought our intranet to its knees with its crawl. After the Great Indexing, everybody at the office had a field day doing searches to all the stuff well forgotten, and to the stuff better left forgotten, and to the stuff never meant to be known by men.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/322617#322617 0 Answer by Ariel Arjona for What is the weirdest commercial language/system you've ever used? Ariel Arjona 2008-11-27T00:28:26Z 2008-11-27T00:28:26Z <p>COBIS, a banking platform. Weird and honestly, kinda gross. When programmers ran into each other in the hallway a "how's it going?" could be frequently be heard answered: "cobis..."</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/327655#327655 0 Answer by Din for What is the weirdest commercial language/system you've ever used? Din 2008-11-29T16:07:18Z 2008-11-29T16:07:18Z <p>Just for fun. Check this out. <a href="http://en.wikipedia.org/wiki/Brainfuck" rel="nofollow">http://en.wikipedia.org/wiki/Brainfuck</a></p> <p>I should comment that it is not commercial language and so does not directly answers to the question. But BF certainly stands out of a crowd and shows how far some people can come in foo-bar direction if they allowed to. As so it deserves to be mentioned.</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/327708#327708 1 Answer by divideandconquer.se for What is the weirdest commercial language/system you've ever used? divideandconquer.se 2008-11-29T17:02:41Z 2008-11-29T17:02:41Z <p>Anyone tried <a href="http://en.wikipedia.org/wiki/PROIV" rel="nofollow">ProIV</a>?</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/887795#887795 0 Answer by Magnus Smith for What is the weirdest commercial language/system you've ever used? Magnus Smith 2009-05-20T13:09:10Z 2009-05-20T13:09:10Z <p>Any mainframe programmers out there still loving REXX? I learnt that in spare moments in my first job, nosing at libraries I had found. Eventually became master of it, and found many legitimate uses (but mostly non-work-related uses, ha).</p> <p>I also remember MANTIS, and the awful TIES which (supposedly) converted MANTIS to COBOL. Only took a few weeks to tidy up the mess that made of one program...</p> http://stackoverflow.com/questions/322118/what-is-the-weirdest-commercial-language-system-youve-ever-used/888878#888878 1 Answer by R Ubben for What is the weirdest commercial language/system you've ever used? R Ubben 2009-05-20T16:15:05Z 2009-05-20T16:15:05Z <p>BancStar. You can read about it <a href="http://www.geocities.com/connorbd/tarpit/bancstar.html" rel="nofollow">here</a>, but the entry does not properly describe the horror of a language that has only 2500 or so variables, all predefined by the language, all global, none initialized or cleared - ever. Or that will let you do a <em>calculated</em> GOTO or GOSUB, and that contains a keyword designed to clear the return stack to accompany that 'handy' ability. Or one that lets you assign subroutines to function keys that interrupt normal processing as soon as a key is pressed.</p>