What is the strangest programming language you have used? - Stack Overflow most recent 30 from stackoverflow.com2009-11-21T22:18:46Zhttp://stackoverflow.com/feeds/question/63241http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used31What is the strangest programming language you have used?Anders Sandvig2008-09-15T14:11:35Z2009-11-18T22:18:20Z
<p>For me I think it has to be the scripting language of an old proprietary telephony platform I used in the early 2000s. The language itself was not so bad, but the fact that it was meant to be edited with a drag-and-drop GUI, which did not expose all the functionality I needed, was quite frustrating. I also remember having to manually implement many common functions, such as calculating the length of a string. </p>
<p>Whenever I wanted to use "custom" or "advanced" functions, I had to edit the script files in a text editor, but as soon as I opened the files in the GUI again they were reformatted and restructured, which usually resulted in broken code. And, of course, this was an interpreted language, so I would not know it was broken until I actually ran it—oh, and did I mention that it did not run the same in the simulator as in the live environment? </p>
<p>So, what is the strangest programming language or environment you have used, and why did you use it?</p>
<p><strong>Note that I'm interested in languages and environments that you have actually used for "real-world" situations, so Whitespace, Brainf***k and friends are not valid—unless you have used them for something "real", of course.</strong></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63253#632530Answer by harriyott for What is the strangest programming language you have used?harriyott2008-09-15T14:13:16Z2008-09-15T14:13:16Z<p>COBOL was pretty weird - it was like writing prose. The strangest had to be ladder logic for PLC hardware - programming by circuit diagram!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63263#632630Answer by Unkwntech for What is the strangest programming language you have used?Unkwntech2008-09-15T14:13:59Z2008-09-15T14:13:59Z<p>PAL (Playlist Automation) script, its used for automating playlist information inside DJ software.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63268#63268-1Answer by Chris Upchurch for What is the strangest programming language you have used?Chris Upchurch2008-09-15T14:14:43Z2008-09-15T14:14:43Z<p><a href="http://www.dangermouse.net/esoteric/ook.html" rel="nofollow">Ook!</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63278#632786Answer by Chris Nelson for What is the strangest programming language you have used?Chris Nelson2008-09-15T14:15:49Z2008-09-15T14:15:49Z<p>Actually used and not just seen as a curiosity? RPG (RePort Generator) on IBM System/38 and AS/400 systems. Strangely, it worked a lot like relay ladder logic used to program control systems.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63283#632833Answer by landofjoe for What is the strangest programming language you have used?landofjoe2008-09-15T14:16:02Z2008-09-15T14:16:02Z<p>I used LabView once and found it pretty unusual to me. It's a very graphical, sort of drag and drop, programming language. <a href="http://en.wikipedia.org/wiki/LabVIEW" rel="nofollow">Wikipedia: LABVIEW</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63310#633101Answer by Mudboy for What is the strangest programming language you have used?Mudboy2008-09-15T14:18:04Z2008-09-15T14:18:04Z<p>One company I worked at used RTL2, they had pretty much the only licence in the country for the compiler.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63316#633162Answer by Rob for What is the strangest programming language you have used?Rob2008-09-15T14:18:43Z2008-09-15T14:18:43Z<p>So far the weirdest languages I have worked with tend to be proprietary scripting languages for various business and scientific languages. In some cases the languages are similar to and older version of Visual Basic for Applications or a more advanced version of BASIC which tends to be fairly easy to pick up and work with. While others tend to be extremely bizarre languages that are less of a "macro language" and more of a way of scripting reports.</p>
<p>So far the worst thing about most of these scripting languages is that they are for one off projects, once I figure out how to write something useful with the language I end up never having to use it again.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63320#633204Answer by Galwegian for What is the strangest programming language you have used?Galwegian2008-09-15T14:18:53Z2008-09-15T14:18:53Z<p>I use to use the <a href="http://www.r-project.org/" rel="nofollow">R language</a> (and <a href="http://en.wikipedia.org/wiki/S-PLUS" rel="nofollow">S</a>) for statistical analysis and modelling.</p>
<p>R is open source and there was no set way of doing things. The way functions were called varied greatly depending on the library used. A lot like PH I suppose.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63321#633210Answer by tomdemuyt for What is the strangest programming language you have used?tomdemuyt2008-09-15T14:19:00Z2008-09-15T14:19:00Z<p>SAPScript</p>
<p><a href="http://help.sap.com/saphelp_nw04/helpdata/EN/d6/0db303494511d182b70000e829fbfe/frameset.htm" rel="nofollow">http://help.sap.com/saphelp_nw04/helpdata/EN/d6/0db303494511d182b70000e829fbfe/frameset.htm</a></p>
<p>T.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63334#633341Answer by TK for What is the strangest programming language you have used?TK2008-09-15T14:20:01Z2008-09-15T14:20:01Z<p>CLIPS (used for cognitive modelling) its a wierd combo of PROLOG and c and some other languages, powerful but horrible. Im so glad that my university days are over!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63336#633360Answer by Gulzar for What is the strangest programming language you have used?Gulzar2008-09-15T14:20:11Z2008-09-15T14:20:11Z<p>I did not actually use it but read a lot about <a href="http://thedailywtf.com/Articles/A_Case_of_the_MUMPS.aspx" rel="nofollow">MUMPS</a>..</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63350#633505Answer by epatel for What is the strangest programming language you have used?epatel2008-09-15T14:21:35Z2008-09-15T14:21:35Z<p><a href="http://www.apple.com/applescript/" rel="nofollow">AppleScript</a> is pretty weird I think. <a href="http://www.codeferous.com/art/index.cgi/AppleScript/ASScriptSamples.html" rel="nofollow">Examples</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63364#633640Answer by Nathan for What is the strangest programming language you have used?Nathan2008-09-15T14:23:16Z2008-09-15T14:23:16Z<p><a href="http://en.wikipedia.org/wiki/Brainfuck" rel="nofollow">Brainf*ck</a> is pretty weird, but I can't say I've ever used it for anything "real".</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63386#633868Answer by Joel Coehoorn for What is the strangest programming language you have used?Joel Coehoorn2008-09-15T14:25:16Z2008-09-15T14:25:16Z<p>DOS batch. It's a pain to do anything significant at all.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63434#634340Answer by fencliff for What is the strangest programming language you have used?fencliff2008-09-15T14:32:15Z2008-09-15T14:32:15Z<p><a href="http://en.wikipedia.org/wiki/ABAP" rel="nofollow">ABAP</a>.</p>
<p>Hated it from the first go.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63493#6349310Answer by Rik Garner for What is the strangest programming language you have used?Rik Garner2008-09-15T14:39:22Z2008-10-17T16:47:44Z<p><a href="http://en.wikipedia.org/wiki/Forth_programming_language" rel="nofollow" title="FORTH">FORTH</a> - bonkers. Brilliantly bonkers.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63507#635072Answer by Jonathan for What is the strangest programming language you have used?Jonathan2008-09-15T14:40:49Z2008-09-15T14:40:49Z<p><a href="http://en.wikipedia.org/wiki/Occam_programming_language" rel="nofollow" title="Occam">Occam</a> is the strangest language I ever used. It is a parallel language, designed to work on more than one processor, and written in an age when that meant lots of computers chained together, which reminds me of the Replicators from SG-1, actually.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63548#635483Answer by SarekOfVulcan for What is the strangest programming language you have used?SarekOfVulcan2008-09-15T14:46:05Z2008-09-15T14:46:05Z<p>FOCUS for Mainframes is the weirdest one I ever used, I think. Scary to see that it's still in active development.... <a href="http://www.informationbuilders.com/products/focus/ibm_overview.html" rel="nofollow">http://www.informationbuilders.com/products/focus/ibm_overview.html</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63604#636042Answer by ewengcameron for What is the strangest programming language you have used?ewengcameron2008-09-15T14:52:37Z2008-09-15T23:23:46Z<p>Haskell is a pretty weird declarative language. As the HaskellWiki says, "it is a polymorphically statically typed, lazy, purely functional language". </p>
<p>You can end up with some pretty impressive stuff from only a couple of lines of code. It does surprise me that with Python and Ruby taking off in recent years, I haven't heard of anyone using Haskell. Then again, if you visit the <a href="http://www.haskell.org/" rel="nofollow">Haskell site</a>, you'll probably realise it's been a bit neglected in the last few years.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63620#6362021Answer by Schnapple for What is the strangest programming language you have used?Schnapple2008-09-15T14:54:31Z2009-06-11T09:24:47Z<p>My second job (circa 2003) had me programming web surveys in a scripting language called Quancept. Although the product it was currently in was designed to do web surveys, the language supposedly had its roots in the 1960's, doing phone surveys. Whether this was ever true I never followed up on but it clearly was an ancient language - no functions, no way to reuse code, etc. Every "question" and "answer" you asked people had to be hardcoded into the script. And it was <strong>very</strong> limited, but it never failed that the client wanted something herculean done with the presentation of the questions that no amount of scripting or CSS was going to be able to pull off (the resulting HTML had no useable pattern). It had some neat stuff, like how it could randomize answers (to offset people who just picked "C" and moved on) but keep track of where the responses go, but I was dying for a "real" language. </p>
<p>Interestingly, the way I moved up in the company was to make a C# program that would generate code for it. Clients would send us the survey in the form of a Word document. I could paste the question into the "question" textbox, paste the answers into the "answers" textbox, click a button and voila - the necessary script was generated, with all the Word stuff (like the apostrophes and dashes and so forth that the compiler would choke on) stripped out. It would even add it to a running script in the bottom pane and increment question numbers automatically. </p>
<p>When I offered it to my coworkers, they declined to use it. They said that they didn't really trust it but I think the real fear was that it might underscore how trivial a job it was and how unnecessary it was to have them sit there and do it. </p>
<p>And since doing this and some other stuff in C# got me noticed, I advanced in the company. And the scripting job I used to do got offshored (all the aforementioned coworkers saw the writing on the wall and jumped ship by then). </p>
<p>So the happy ending to the story is that I automated myself out of that shitty job and into a better position.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63625#6362513Answer by kristof for What is the strangest programming language you have used?kristof2008-09-15T14:54:49Z2008-09-15T14:54:49Z<p><a href="http://en.wikipedia.org/wiki/Prolog" rel="nofollow">Prolog</a></p>
<p>I have enjoyed it though :)</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63630#636304Answer by Paul Reiners for What is the strangest programming language you have used?Paul Reiners2008-09-15T14:55:19Z2008-09-15T14:55:19Z<p><a href="http://chuck.cs.princeton.edu/" rel="nofollow">ChucK</a>, which is the first 'strongly-timed' programming language I've used. It's a music programming language, so you need to have individual threads play 'on the beat'. Because of this <code>dur</code> (short for "duration") and <code>now</code> are as fundamental to the language as <code>int</code> and <code>0</code> are to most languages.</p>
<p><a href="http://impromptu.moso.com.au/" rel="nofollow">impromptu</a> is a similar language, although I haven't had a chance to play around with it yet.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63631#6363114Answer by Mario AT for What is the strangest programming language you have used?Mario AT2008-09-15T14:55:21Z2008-09-15T14:55:21Z<p>MUMPS is a very good candidate :
1 letter commands. They never heard of something like mnemonics.
You can put as many letters ( errr, commands) in a line as you like. Have you ever heard the term letter soup? Well, this is a MUMPS program. Very probably, one can make all calculations to send a rocket to the moon in a couple of pages program.
MUMPS is an Operational System and language at the same time. Because of this it is EXTREMELY power-full and compact, but ABSOLUTELY weird. Is mostly used to control medicines, stocks and everything related in hospitals, but, due to its size and speed, it is good for any kind of inventories control. Currently it also can be found as an object oriented language with GUI's and all, and not only in the old "DOS" or text stile</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63733#637330Answer by Mario AT for What is the strangest programming language you have used?Mario AT2008-09-15T15:06:25Z2008-09-15T15:06:25Z<p>ABAP is a mixture of Clipper, Delphy (Pascal) and C, so it is no so bad.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63786#637863Answer by JosephStyons for What is the strangest programming language you have used?JosephStyons2008-09-15T15:11:44Z2008-09-15T15:11:44Z<p>I once worked for the IT department in a telemarketing company (I know, it's evil, that's why I'm not there anymore, ok?).</p>
<p>They had a proprietary scripting language called "Magellan" that had special hooks into the dialing system, so you had events firing for "On Pickup" and "On Hangup"... But as a language it was like some kind of hybrid between Excel and Visual Basic 6.</p>
<p>The company that made it went out of business, but you can still see a few references online: <a href="http://www.google.com/search?q=melita+magellan" rel="nofollow">http://www.google.com/search?q=melita+magellan</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/63815#638151Answer by ceo for What is the strangest programming language you have used?ceo2008-09-15T15:14:19Z2008-09-15T15:14:19Z<p><a href="http://en.wikipedia.org/wiki/TRAC_programming_language" rel="nofollow">TRAC</a>. Only language I've ever used where you're <i>supposed</i> to write self-modifying code.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64084#640840Answer by pobk for What is the strangest programming language you have used?pobk2008-09-15T15:44:49Z2008-09-15T15:44:49Z<p><a href="http://erlang.org" rel="nofollow">ERLANG</a> is quite interesting, although as languages go, it's fairly sane. It's scalability is stupidly cool, though.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64207#642072Answer by ThatBloke for What is the strangest programming language you have used?ThatBloke2008-09-15T16:00:46Z2008-11-08T08:00:13Z<p><a href="http://www.progress.com" rel="nofollow">PROGRESS</a>: UI + database querying language all wrapped into one. Like many 4GL languages it is very powerful (one line of code to update a record in a database with UI) but as soon as you need to program for real life projects you needs thousands of lines of code, a real gasworks.<br>
They even tried to simulate object-oriented programming with a procedural language - SmartObjects - boy did you have to be smart to program with them.<br>
I used it for 12 years and I am happy to have left it behind.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64240#642401Answer by Ben for What is the strangest programming language you have used?Ben2008-09-15T16:03:52Z2008-09-15T16:03:52Z<p>STEVE: it's a robot simulation language.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64337#643370Answer by unknown (yahoo) for What is the strangest programming language you have used?unknown (yahoo)2008-09-15T16:16:48Z2008-09-15T16:16:48Z<p>By far, <a href="http://lolcode.com/specs/1.2" rel="nofollow">LOLCODE</a>. Never developed a production app, but I've actually written small, sample programs in the language.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64382#643825Answer by kfh for What is the strangest programming language you have used?kfh2008-09-15T16:22:51Z2008-09-15T16:30:30Z<p>PERQ microcode. (<a href="http://www.chiark.greenend.org.uk/~pmaydell/PERQ/rot13.mic.html" rel="nofollow">Example of RT13 in microcode</a>) 40 some bits of instruction and you got to hand code them all. If you did it wrong, the machine crashed. If you didn't call the Video interrupt service routine often enough, the machine crashed. For debugging, there was a three digit LED on the front that you could increment (not set!). Beyond that you either used PDP-11 Link boards to hook the machine to another PERQ where you ran the kernel debugger, or you leased a $50k logic analyzer and used that......</p>
<p>Fun!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64393#643935Answer by Peter LaComb Jr. for What is the strangest programming language you have used?Peter LaComb Jr.2008-09-15T16:23:56Z2009-06-05T03:38:52Z<p>RDML/RDMLX is by far the weirdest I've ever used. Conditional statements must be wrapped in single quotes IF they contain certain types of content. This means that literals in conditional statements must have two single quotes around them.</p>
<p>This is a valid statement:</p>
<pre><code> If COND('#POLN11 *EQ *BLANKS')
</code></pre>
<p>As is</p>
<pre><code> If COND('#POLN11 *EQ ''ABC12345678''')
</code></pre>
<p>And that is just the beginning. There is no concept of scope - ALL variables are global. And, like RPG, if you read a file that contains fields of the same name as the ones you're working with, you lose whatever value you had stored. Unlike RPG, there is no facility to prefix a file (prefixes the field names with what you define) to make the field names unique.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64430#644300Answer by Dave for What is the strangest programming language you have used?Dave2008-09-15T16:28:03Z2008-09-15T16:28:03Z<p>NCR-500 machine language: 12 decimal digits per instruction (2-digit opcode, 2-digits for each of 3 operand addresses, 2 digit conditional next instruction, 2-digit next instruction), and 4 planes of 100 memory locations. One can enter these instructions into memory using a console that looks just like a cash register!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64476#644766Answer by Todd Johnson for What is the strangest programming language you have used?Todd Johnson2008-09-15T16:33:33Z2008-09-15T16:33:33Z<p>I did a report in college on Icon. Very powerful, yet strange language.</p>
<p><a href="http://www.cs.arizona.edu/icon/" rel="nofollow">http://www.cs.arizona.edu/icon/</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64500#645001Answer by A I Breveleri for What is the strangest programming language you have used?A I Breveleri2008-09-15T16:35:58Z2008-09-15T16:35:58Z<p><a href="http://en.wikipedia.org/wiki/Text_Editor_and_Corrector" rel="nofollow">TECO</a>. The WPS-8 development group at DEC used software production tools -- Code Library (with locking checkout), Tree-controlled Builder (like MAKE), and a few others -- all written in TECO. I had to maintain them since the original author was no longer available as he had decided to go into another line of work.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64553#645531Answer by mikewarot for What is the strangest programming language you have used?mikewarot2008-09-15T16:43:32Z2008-09-15T16:43:32Z<p>I'll put my 2 cents in for Ladder Logic as well. It takes some getting used to, but when you get down to brass tacks, it's brilliant. You can do all the programming you want, and be certain that it can't crash. There's no conditional branching (but plenty of conditionals), so program flow is NEVER interrupted. Who else can write a program that executes every line of code every 8 milliseconds?</p>
<p>--Mike--</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64557#645570Answer by dpmohne for What is the strangest programming language you have used?dpmohne2008-09-15T16:43:39Z2008-09-15T16:43:39Z<p>CLP for the iSeries / AS400 is the strangest <em>language</em> that I have ever used</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64576#645761Answer by Jon Gretar for What is the strangest programming language you have used?Jon Gretar2008-09-15T16:45:38Z2008-09-15T16:45:38Z<p>MEL (Maya Embedded Language).
A bit like Perl... But with some strange quirks that tooks some getting used to. Great fun though and very simple to create a nice tool to help with animating 3D objects and so on.</p>
<p>Used it once to tease an artist at work by creating this script that rotates the model by 1 degree every minute. Fun when things irritate people without them noticing it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64641#646410Answer by Abhishek Mishra for What is the strangest programming language you have used?Abhishek Mishra2008-09-15T16:52:34Z2008-09-15T16:52:34Z<p>used brainfuck.. took 2 days to code a 3 digit incrementor</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64664#646641Answer by paw5 for What is the strangest programming language you have used?paw52008-09-15T16:55:12Z2008-09-15T16:55:12Z<p>Robbins-Gioia CAT II 4GL programming language (CAT=Control and Analysis Tool)</p>
<p>I guess it's not that "strange", but when I first started my job, i couldn't find anything about it on google. I don't think anyone actually uses the software besides the government. </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64668#646681Answer by Jekke for What is the strangest programming language you have used?Jekke2008-09-15T16:55:20Z2008-09-15T16:55:20Z<p>One of the first languages I ever worked with was TCL, which is not Tcl. It was Western Union's Teletype Control Language. Mostly, it existed for the techs to be able to carry around strips of paper tape to reset machines that had gone loopy. But, it was powerful enough to allow the TWIX (not the candy) my father had reassembled in my bedroom to act as a very simple printer for my Atari 800XL.</p>
<p>Oh, and PAL--Paradox Access Language, which was a pre-SQL database query tool that you programmed by drawing pictures with ASCII characters. I kid you not.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64677#646773Answer by Graeme Perrow for What is the strangest programming language you have used?Graeme Perrow2008-09-15T16:56:31Z2008-09-15T16:56:31Z<p>Gotta be APL (a TLA which stands for "A Programming Language"). <a href="http://stackoverflow.com/questions/18642/what-is-the-most-unreadable-programming-language#41197">Here</a> is an example from another thread. My actuary friend says it's very powerful, but I always called it "The Martian Language".</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64709#647091Answer by Nathan Chase for What is the strangest programming language you have used?Nathan Chase2008-09-15T17:00:17Z2008-09-15T17:00:17Z<p><a href="http://en.wikipedia.org/wiki/Lingo_(programming_language)" rel="nofollow">Lingo.</a> A really bizzare hack of HyperText that never worked how you would expect it to. Macromedia Director projects were a time-draining chore due to the necessity of using it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64732#647321Answer by Adrian for What is the strangest programming language you have used?Adrian2008-09-15T17:03:05Z2008-09-15T17:03:05Z<p>Inform 7. <a href="http://www.inform-fiction.org/I7/Inform%207.html" rel="nofollow">http://www.inform-fiction.org/I7/Inform%207.html</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64738#647382Answer by Moose Y Anon for What is the strangest programming language you have used?Moose Y Anon2008-09-15T17:03:45Z2008-09-15T17:03:45Z<p>We have a production order management system for convertible bonds in K:</p>
<p><a href="http://en.wikipedia.org/wiki/K_(programming_language)#Examples" rel="nofollow">http://en.wikipedia.org/wiki/K_(programming_language)#Examples</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64779#64779-1Answer by TheCid for What is the strangest programming language you have used?TheCid2008-09-15T17:09:11Z2008-09-15T17:09:11Z<p>I actually had to write a Brainfuck interpreter (in an imaginary assembly language!) for a class once.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64854#648540Answer by bmccabe for What is the strangest programming language you have used?bmccabe2008-09-15T17:20:19Z2009-04-13T03:25:16Z<p>B or <a href="http://en.wikipedia.org/wiki/BCPL" rel="nofollow">BCPL</a>, the predicesor to C. used C like control statements mixed with assembly. I worked a packet switching network stack in it at Honeywell in the early 80's. Nearly fried my brain trying to debug the system</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64885#648851Answer by tinker for What is the strangest programming language you have used?tinker2008-09-15T17:24:12Z2008-09-15T17:24:12Z<p>In the '80s, I used MIP-2 (I think that's the correct spelling). Management Information Package v2 to write a nightly closeout system (calling it "accounting" would give it too much credit).</p>
<p>It was a proprietary language on National Semiconductor grocery store checkout systems. The syntax was like assembler. E.g. add op1, op2. It also included Basic-like Input and print functions and it was interpreted. The only "data structure" was a one dimensional array. I had to create a 2D table in the code. The icing on the cake was that you had to send the file from the mainframe to a remote system via bisync modem in order to debug the code. If there was a syntax errror, the load would fail. No messages, just failed to load.</p>
<p>Those were the days! </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64893#648931Answer by Lyle for What is the strangest programming language you have used?Lyle2008-09-15T17:24:52Z2008-09-15T17:34:20Z<p>I think the MUMPS answers are unfair. The single letter commands were shortcuts to save program size space - which was an issue in 1978. However, you could spell them out and follow good structured design if you wanted to, certainly by mid-80s when most of the space limitations disappeared. To me the only strange thing about MUMPS was the persistent data which removed the need to interact with a database. It does have a funny name, but certainly assemblers, embedded systems, and experimental/educational things must seem much stranger.</p>
<p>By the way - it's a real world thing. A ton of commercial products based on it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/64986#649869Answer by MtotheThird for What is the strangest programming language you have used?MtotheThird2008-09-15T17:36:22Z2008-09-15T17:36:22Z<p>Definitely Prolog. Learning that language broke my brain and forced me to completely rebuild my programming skills from scratch, and I'm a better programmer for it. </p>
<p>I had to learn it while working on a control system for a hypermach windtunnel -- thousands of sensors and a complex web of constraints designed to keep the whole thing from exploding. Prolog was the perfect language for it, and actually the system was quite elegant. Just with a terrible UI. :)</p>
<p>I have to say, though, <a href="http://chuck.cs.princeton.edu/doc/language/" rel="nofollow">ChucK</a> is <em>awesome</em>, and my canonical example of a domain-specific language done exceedingly right. </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65018#650182Answer by Fernando Barrocal for What is the strangest programming language you have used?Fernando Barrocal2008-09-15T17:41:42Z2008-09-15T17:41:42Z<p>I would say that the worst experience I had in matter of programming languages was on early days of computing (my early days) When I had a Sinclair <strong>TK-83</strong> (A kind of <strong>TK-85</strong> Clone from <strong>MICROSIGA</strong>) where I used <code>SinclairBASIC</code>. What makes it weird is that I couldn't type the function names like using the five letters to write <code>PRINT</code>, but instead I had to use a combination of keys (<code>SHIFT+FUNCTION P</code>) and it was really awful to debug a 30 lines of code to discovery in the 14th line, a POKE command typed with <code>P</code>, <code>O</code>, <code>K</code> and <code>E</code> instead of <code>SHIFT+FUNCTION K</code>. I can say the language was made of key strokes like: </p>
<pre><code>10 SHIFT+FUNCTION L PRICE=12; //(let)
20 SHIFT+FUNCTION P PRICE; //(print)
30 SHIFT+FUNCTION G 10; //(goto)
> SHIFT+FUNCTION R //(run)
</code></pre>
<p>Just in case you are wondering WTF is a TK-83, <a href="http://www.old-computers.com/museum/computer.asp?st=1&c=1019" rel="nofollow">here you go</a>...</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65030#650301Answer by stimpy for What is the strangest programming language you have used?stimpy2008-09-15T17:43:28Z2008-09-15T17:43:28Z<p><a href="http://frontier.userland.com/" rel="nofollow" title="Userland Frontier">Frontier</a>. A combination outliner, object database, programing environment. The only language I have ever used where the outline level was a syntactically relevant feature. A lot of fun to play with and I used it quite a bit years ago doing admin work for Macintosh system 7 machines.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65286#652860Answer by Will M for What is the strangest programming language you have used?Will M2008-09-15T18:12:16Z2008-09-15T18:12:16Z<p>Has to be LISP, though the only "real world" use I ever made of it was in a course on LISP and AI, a long time ago.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65382#653820Answer by Scottie T for What is the strangest programming language you have used?Scottie T2008-09-15T18:21:54Z2008-09-15T18:21:54Z<p>When I took a course on AI, I learned LISP and Prolog in the same semester. I never could decide which was stranger, but LISP just seemed to be much more difficult for me to understand. Too many parentheses I think.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65666#6566615Answer by unknown (yahoo) for What is the strangest programming language you have used?unknown (yahoo)2008-09-15T18:55:36Z2008-09-15T18:55:36Z<p>APL. I used it in a programming course I took in high school around 1980. Quite mind boggling.</p>
<p>To back up my case, here are some samples from Wikipedia. See if you can guess what they do without reading the wikipedia article:</p>
<p>↑6?40</p>
<p>X[⍋X+.≠' ';]</p>
<p>(∼R∈R°.×R)/R←1↓ιR</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65669#656692Answer by Kwondri for What is the strangest programming language you have used?Kwondri2008-09-15T18:55:55Z2008-09-15T18:55:55Z<p>I have to say it APL back in the mid-80's. This was a very symbolic language and was great if you were a mathematician or just a genius. Just in case you want to know more about APL: <a href="http://www.thocp.net/software/languages/apl.htm" rel="nofollow">http://www.thocp.net/software/languages/apl.htm</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65967#659671Answer by Sergio Morales for What is the strangest programming language you have used?Sergio Morales2008-09-15T19:29:30Z2008-09-15T19:29:30Z<p>Not really strange, but I thought having to use Scheme and Oz for university assignments was funny. I do know Scheme is pretty common for learning programming basics, though; yet several of my subsequent professors mocked it since I would never have to use it for anything realistic again. The most different thing I've had to code on would be PIC and AVR Assembly Language, but that's not really strange either, just complicated and mind-bending :p</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/67384#6738414Answer by Andrew for What is the strangest programming language you have used?Andrew2008-09-15T21:53:41Z2008-09-15T21:53:41Z<p>Definitely <a href="http://lolcode.com/" rel="nofollow">LOLCODE</a></p>
<p>Example lolcode program:</p>
<pre><code> HAI
CAN HAS STDIO?
I HAS A VAR
IM IN YR LOOP
UP VAR!!1
VISIBLE VAR
IZ VAR BIGGER THAN 10? KTHXBYE
IM OUTTA YR LOOP
KTHXBYE
</code></pre>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/67934#679343Answer by rjbs for What is the strangest programming language you have used?rjbs2008-09-15T23:28:40Z2008-09-15T23:28:40Z<p>TinyMUSH. It is (was?) a pretty complete language, for the problem space. Later, they added Tcl embedding to it, but that was well after my time. I "worked" on a World of Darkness roleplaying game, and we needed a really good set of objects to represent weapons. I spent a few weeks building a new weapons system, and was really proud of it.</p>
<p>All the code (the routines) gets put in object attributes, and those have to be entered by hand in one line. Some people used a program to convert well-formatted code into single lines and then dumped it into TinyFugue, but for some reason that never appealed to me. I entered all my code, branching statements and all, in single lines. </p>
<p>Programming in such a bizarre environment was actually a lot of fun, but after I became a professional programmer and tried to go back and do it again, I was pretty horrified and unable to keep at it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82621#826210Answer by sdkpoly for What is the strangest programming language you have used?sdkpoly2008-09-17T12:33:46Z2008-09-17T12:33:46Z<p>Not much experience, but I think it was LOGO - it is just a bunch of math functions.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82660#826600Answer by petr k. for What is the strangest programming language you have used?petr k.2008-09-17T12:38:21Z2008-09-17T12:38:21Z<p>KAREL. It is used in programming education. Basically you control Karel (a robot - does the name Karel Capek ring the bell to somebody?) with simple commands. The thing is, Karel is a dumb robot in its own, so you get to teach him new commands.</p>
<p>For small kids education it's a great thing :-)
It's certainly not used for real-world problem solving, but I couldn't resist the temptation to mention it, nostalgically, anyway.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82688#826880Answer by chilehead for What is the strangest programming language you have used?chilehead2008-09-17T12:40:51Z2008-09-17T12:40:51Z<p>FORTH and Prolog. I enjoyed both, but as far as I know both are pretty much dead languages now. FORTH worked great on my Atari800. Took a little getting used to, but it was fun. Prolog was great for some of the AI work I used to do in school.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82774#827740Answer by Toby Hede for What is the strangest programming language you have used?Toby Hede2008-09-17T12:49:12Z2008-09-17T12:49:12Z<p>I vote <a href="http://erlang.org" rel="nofollow">Erlang</a>. Partly because a purely functional language is always going to be a shock if you are coming from procedural and OO languages, but also it's focus on concurrent programming reveal a very interesting bias. I think it's a very valuable paradigm to experience.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82892#828921Answer by Diodeus for What is the strangest programming language you have used?Diodeus2008-09-17T13:02:00Z2008-09-17T13:02:00Z<p><a href="http://en.wikipedia.org/wiki/Ladder_logic" rel="nofollow">Ladder Logic</a> is a language used to emulate the functionality of electromechanical relay control circuits. It is generally used in industrial process control systems in programmable logic controllers. </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82907#829070Answer by Michael Stum for What is the strangest programming language you have used?Michael Stum2008-09-17T13:03:31Z2008-09-17T13:03:31Z<p><a href="http://en.wikipedia.org/wiki/AREXX" rel="nofollow">ARexx</a>. Not really "strange", just somewhat obscure.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82924#829241Answer by leppie for What is the strangest programming language you have used?leppie2008-09-17T13:05:43Z2008-09-17T13:05:43Z<p>Must be GWBASIC. At age 6. All those line labels!!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/82961#829615Answer by Chris Mazzola for What is the strangest programming language you have used?Chris Mazzola2008-09-17T13:08:41Z2009-11-18T22:18:20Z<p><a href="http://en.wikipedia.org/wiki/PostScript" rel="nofollow">PostScript</a>.</p>
<p>And ever since I've denied knowing anything about it. :P</p>
<p>Horrible. </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83017#830171Answer by Ben for What is the strangest programming language you have used?Ben2008-09-17T13:14:00Z2008-09-17T13:14:00Z<p><a href="http://en.wikipedia.org/wiki/ML_(programming_language)" rel="nofollow">ML</a> and also <a href="http://en.wikipedia.org/wiki/APL_(programming_language)" rel="nofollow">APL</a>. Both involve writing code that looks like it can't possibly do anything useful.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83198#831981Answer by Anonymous for What is the strangest programming language you have used?Anonymous2008-09-17T13:30:30Z2008-09-17T13:30:30Z<p>I don't think you'll ever find referencese to STRATOS. You had to write it in reverse polish, and all functions were horrible three letter acronyms. </p>
<p>I've always thought that it was a school project for creating a parser, and the students who wrote it, adapted and sold it to some stupid company (ours).</p>
<p>It was some kind of assembler, but it was meant to manage databases.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83275#832750Answer by Carl Camera for What is the strangest programming language you have used?Carl Camera2008-09-17T13:35:52Z2008-09-17T13:35:52Z<p><a href="http://en.wikipedia.org/wiki/CLU_programming_language" rel="nofollow">CLU</a> was the first one I thought of, but this was in college and doesn't meet your real-world criteria. Also, CLU is not odd, it's obscure. <a href="http://en.wikipedia.org/wiki/APL_(programming_language)" rel="nofollow">APL</a>, needing its own keyboard for its own syntax has to be the strangest that I've played with, but again, I've not used it for a real world application. I suppose programming my <a href="http://en.wikipedia.org/wiki/TI-59" rel="nofollow">HP TI-59 calculator</a> would be the weirdest programming language from my past. One guy published the program that allowed the TI-59 to play backgammon and the machine only holds 960 instructions. Genius!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83333#833331Answer by codebunny for What is the strangest programming language you have used?codebunny2008-09-17T13:41:20Z2008-09-17T13:41:20Z<p>Using Fortran to read data obtained from Datatakers, and produce HTML and graphs for an almost-realtime website. I wrote the comments in Latin, and when asked about it, I said I was documenting one dead language with another. Had to change jobs to escape.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/83496#834961Answer by CodeRot for What is the strangest programming language you have used?CodeRot2008-09-17T13:57:27Z2008-09-17T13:57:27Z<p>Postscript. I will agree with a previous posting....I also will deny having ever used it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/102463#1024631Answer by Mario AT for What is the strangest programming language you have used?Mario AT2008-09-19T14:50:45Z2008-09-19T14:56:54Z<p>Actually the language used by the <strong>TK-83</strong> and <strong>TK-85</strong> (which were Sinclair clones) computers was plain BASIC! I had and still have a fully functioning TK-85 with 48k memory. The problem with them was the keyboad. When typing text, the keys acted as regular nowadays keys. The "L" key meant the "L" letter. But when one was programing, by using key combinations, one would press the shift + the function keys and then any other key, the computer would write on the screen the meaning of this other key. So pressing the shift+function+"L", the computer would understand that you were actually typing "LET", and would write this word on the screen. So in the example given by Fernando Barrocal, once you've finished typing it, would actually be presented in the screen as :</p>
<p>original example :</p>
<p>10 SHIFT+FUNCTION L PRICE=12; //(let)</p>
<p>20 SHIFT+FUNCTION P PRICE; //(print)</p>
<p>30 SHIFT+FUNCTION G 10; //(goto)</p>
<blockquote>
<p>SHIFT+FUNCTION R //(run)</p>
</blockquote>
<p>would appear on screen as :</p>
<p>10 LET PRICE = 12</p>
<p>20 PRINT PRICE</p>
<p>30 GOTO 10</p>
<p>run</p>
<p>In the beginning this way of programming was quite slow, because even with all keys having the programming meanings printed on them, it took some time to get used to it. But after a while, as with everything, once one got used with this way of entering commands and functions, the programming was VERY fast. With the left hand you would press the shift+function keys combination and with the other hand one would just keep pressing the keys with the commands and the computer would write the whole thing for you.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/105853#1058532Answer by David Locke for What is the strangest programming language you have used?David Locke2008-09-19T21:38:38Z2008-10-08T21:47:14Z<p>The weirdest language I've ever programmed in is the AI scripting language for <em>Age of Empires 2</em>. The code looks like the following.</p>
<pre><code>(defrule
(conditions)
=>
(actions)
)
</code></pre>
<p>I love poking around on the CDs they ship with a game and the 100 page manual for this script is the best think I've found.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/105977#1059770Answer by Steven Bakker for What is the strangest programming language you have used?Steven Bakker2008-09-19T21:55:31Z2008-09-19T21:55:31Z<p>Miranda: <a href="http://en.wikipedia.org/wiki/Miranda_" rel="nofollow">http://en.wikipedia.org/wiki/Miranda_</a>(programming_language)</p>
<p>Did a programming class where we had to implement a simple program ("fgrep") in a bunch of different languages. I skipped Prolog (left that to my lab partner), enjoyed Smalltalk, but was most impressed with Miranda: 4 lines (of which one was the "#!" line and one blank). Ada code was a few hundred lines spread over three files. :-)</p>
<p>My worst programming experience would have to be "sendmail" though. The configuration language for rewrite rules is in fact a proper lambda calculus. At one point I knew my way around it, three months after leaving that job, I couldn't for the life of me remember a single thing.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/106094#1060941Answer by Matt for What is the strangest programming language you have used?Matt2008-09-19T22:16:38Z2008-09-19T22:16:38Z<p>WinBatch. I'm not talking about regular windows batch files, this was a proprietary automation scripting product I had to use to write installation scripts at an old job. It could interface with windows native functions, but the whole thing was pretty clunky and it didn't offer much in the way of code re-use between files. I can see where it fits a niche, but if they just added a few modern language features it would definitely be an improvement. Its IDE isn't very helpful either. It's just... odd<br><br>
I guess they have a CGI web script language out now. A bit scary.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/106118#1061181Answer by shoosh for What is the strangest programming language you have used?shoosh2008-09-19T22:23:43Z2008-09-19T22:23:43Z<p>Motorola C-5 Network processor microcode.<br />
After 2 potential products failed miserably due to performance issues and Motorola discontinued the the C-5 management finally realized that this was a nice waste of a year for 5 people but its time move to another platforms.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/106181#1061815Answer by vog for What is the strangest programming language you have used?vog2008-09-19T22:38:30Z2009-02-07T05:14:09Z<p><a href="http://en.wikipedia.org/wiki/Sed" rel="nofollow">Sed</a> is the strangest language I ever used in real-world situations.</p>
<p>If you just use it for regex search & replace, everything is fine. However, that's just the "s" command. Sed support many more one-letter commands with subtle differences between e.g. "n" and "N". Writing bigger sed scripts is a pain. Reading foreign sed scripts is practically impossible.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/106238#10623815Answer by vog for What is the strangest programming language you have used?vog2008-09-19T22:48:59Z2008-09-19T22:48:59Z<p><a href="http://en.wikipedia.org/wiki/XSL_Transformations" rel="nofollow">XSLT</a> is a very strange language.</p>
<p>It is purely functional (no side effects) as Haskell, but has a very clumsy syntax (XML) and has a very limited set of abstraction mechanisms. It's a useful template language for text based and XML based output formats.</p>
<p>It is quite readable (to the extent XML can be called "readable") and it's easy to adjust existing XSLT templates. However, creating new XSLT templates from scratch is a real pain.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/136355#1363551Answer by BCS for What is the strangest programming language you have used?BCS2008-09-25T21:41:07Z2008-09-25T21:41:07Z<p>It never had a name but my current job started out working with a "language" the consisted of a real-time rule enforcement engine based on a graph. It had no explicet sequential operations and allowed arbitrary linking. Also rules were first order objects. It was/is actually a really cool spectacularly flexible system, just totally impractical (system requirements >1GB ram and about 90s boot time).</p>
<p>The current incarnation is way different but is not quite ready for public consumption. ;)</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/156233#1562333Answer by Mark Stock for What is the strangest programming language you have used?Mark Stock2008-10-01T04:26:06Z2008-10-01T04:26:06Z<p><a href="http://opi.ospgli.org/" rel="nofollow">Prograph</a> which was a <a href="http://en.wikipedia.org/wiki/Visual_programming_language" rel="nofollow">visual programming language</a>.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/212897#2128972Answer by BBunk for What is the strangest programming language you have used?BBunk2008-10-17T16:38:00Z2008-10-17T16:38:00Z<p><strong>SNOBOL</strong>, from college days, was my strangest language. Its' paradigm was pattern matching, and each statement could have one or more goto references following the pattern match. One for absolute goto, or a single or combo pass-fail set of labels. Not very structured!</p>
<p>It was intriguing to have to think diferently to build a program that met its assigned goal. One challenging assignment for the course was to build a text editor. That was extrememly difficult to complete.</p>
<p>There was also a variant called <strong>SPITBOL</strong>, which was a subset and compiled version (SNOBOL was, at the time, interpreted).</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/212910#2129103Answer by Robert S. for What is the strangest programming language you have used?Robert S.2008-10-17T16:43:29Z2008-10-17T16:43:29Z<p>REXX on OS/2 Warp. I don't even know where to start with that explanation.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/212951#21295115Answer by dviljoen for What is the strangest programming language you have used?dviljoen2008-10-17T16:55:36Z2008-10-17T16:55:36Z<p>I'm inviting a flame war, but Perl! Craziest freaking language in the world! I know!!! Its powerful. Yeah, yeah. I get it. But I still think its a crazy, weird language. Just trying to figure out your execution context at any point in a perl script will make you go postal (no offense to any of our fine postal carriers out there).</p>
<p>Also, can't remember the name of it, but there was a dos-based mortgage processing system I used years ago that had its own precompiled language and database format. It was a screwy system. Somebody help me out who knows.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/212964#2129641Answer by pearcewg for What is the strangest programming language you have used?pearcewg2008-10-17T16:57:20Z2008-10-17T16:57:20Z<p>Modula-3</p>
<p><a href="http://en.wikipedia.org/wiki/Modula-3" rel="nofollow">http://en.wikipedia.org/wiki/Modula-3</a></p>
<p>I coded with this for a year in the early 90s. It is mainly strange because it is exotic, and not many people have professionally coded with it.</p>
<p>And, of course, Object Pascal incorporated most of the features of Modula-3.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/213016#2130161Answer by shrub34 for What is the strangest programming language you have used?shrub342008-10-17T17:15:43Z2008-10-17T17:15:43Z<p>I enjoyed the horrors of using Siebel 6.2 SmartScript for an online insurance quoting system. What made it interesting is that it was almost VB code that you actually coded into the database, but it could hit the underlying compiled VB/C code. This made the one project where it was used difficult since there were 4 developer all working on the same progression of screens in this work flow. Add to it that the built-in web based Siebel was unable to handle multiple browser windows.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/225363#2253631Answer by CraftyFella for What is the strangest programming language you have used?CraftyFella2008-10-22T11:31:40Z2008-10-22T11:31:40Z<p>I worked on Microsoft Great Plains.. Which uses <a href="http://en.wikipedia.org/wiki/Dexterity_programming_language" rel="nofollow">Dexterity</a>. For me one of the worst things about the language was the fact there was a limit to the size of the procedures you wrote.. I spent many hours removing comments, and renaming variable to 1 letter to get a few precious extra characters. I'd be interested to know if anyone else ever had to use it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/225399#2253991Answer by Piku for What is the strangest programming language you have used?Piku2008-10-22T11:38:34Z2008-10-22T11:38:34Z<p>I wrote an entire simulation of a train using the joyless mind-sapping thing known as <a href="http://www.iclinks.com/Products/IntelligentRTU/Sdk.html#ISaGRAF" rel="nofollow">ISaGRAF</a> which is an "industry standard" system for creating electronic simulations.</p>
<p>And you can either write hardcore chip logic using something vaguely like Pascal, or with little drag and drop GUI diagrams that look very similar to flowcharts.</p>
<p>I'm sure it's not bad for a small system. But an entire train consisting of ten carriages and their electronics?</p>
<p>This was where I learnt that hardware designers think very differently to software people.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/236332#2363320Answer by danimajo for What is the strangest programming language you have used?danimajo2008-10-25T12:36:00Z2008-10-25T12:36:00Z<p>Cache Object Script. </p>
<p><a href="http://en.wikipedia.org/wiki/Cach%C3%A9_ObjectScript" rel="nofollow">http://en.wikipedia.org/wiki/Cach%C3%A9_ObjectScript</a>.</p>
<p>Caché ObjectScript is a functional superset of the ANSI-standard M (ie, MUMPS) programming language.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/236398#2363981Answer by David Robbins for What is the strangest programming language you have used?David Robbins2008-10-25T13:24:46Z2008-10-25T13:24:46Z<p>JCL - Job Control Language. Yup, in "Operations" with the wide tie wearing zombies who chose not to go to trucking school and decided that they, too, could have careers in the exciting field of data processing. </p>
<p>This was back in the days when you could have an ash tray at YOUR DESK! AWWWWWEEEESSOME!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/264162#2641621Answer by thursdaysgeek for What is the strangest programming language you have used?thursdaysgeek2008-11-05T02:01:46Z2008-11-05T02:01:46Z<p>About 10 years ago I was at a job that had a PRIME computer (yes, it was completely obsolete), and on it was a language called INFO. It was actually a scripting language and database together, and it was so easy to use, I was using it the first day. And so odd, that it was really easy to completely screw up the process. I don't have any example code, so I'll give you some ideas.</p>
<p>It had line numbers, and if the numbers started with an odd number, the statements were SQL like and worked on the entire set. If they started with an even number, the statements were procedural.</p>
<p>100 select * from table1 where field1 = "value1"</p>
<p>110 select * from selection set where field2 = "value2"</p>
<p>200 for each value in select set</p>
<p>210 field3 = field3 + 5</p>
<p>220 next</p>
<p>300 print field1, field2, field3 from selection set</p>
<p>It used an ISAM database, and it was quick to learn, quick to run, and if compiled code was needed, we could write it in CWIC, which then compiled to a FORTRAN. CWIC was also very easy to learn. But that odd/even line number changing the way the code was used allowed really complex, funky applications. (I'll have to go see if I can find a real example.)</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/264209#2642090Answer by le dorfier for What is the strangest programming language you have used?le dorfier2008-11-05T02:40:10Z2008-11-05T02:40:10Z<p>For me, definitely ObjectVision It even beats out Forth.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/274561#2745610Answer by zendar for What is the strangest programming language you have used?zendar2008-11-08T09:38:02Z2008-11-08T09:38:02Z<p>Word Perfect Macro Language for WP5 for DOS. It was late 80's early 90's as I remember. </p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/346732#3467320Answer by unknown (google) for What is the strangest programming language you have used?unknown (google)2008-12-06T20:30:10Z2008-12-06T20:30:10Z<p><a href="http://en.wikipedia.org/wiki/PILOT" rel="nofollow">http://en.wikipedia.org/wiki/PILOT</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/346767#3467671Answer by JonStonecash for What is the strangest programming language you have used?JonStonecash2008-12-06T21:02:15Z2008-12-06T21:02:15Z<p>In descending order of weirdness (from the languages that I have actually written "production" programs in):</p>
<ul>
<li>APL: A Programming Language -- super powerful and super confusing. Perl is clear in comparison.</li>
<li>IBM 1401 assembly language. Optimized for character processing in 4KB of memory. Characters were 8 bits wide: seven for the character and one for the "word mark". The "word mark" bit was used to mark the end of strings (something akin to the null character delimitor for c strings). The copy/move string command would copy characters from A to B until it ran into a word mark in A (and sometimes in B). Bad things happened when you forgot to insert the word mark; the move would wrap around memory and wipe out what passed for the operating system control code in those days.</li>
<li>Snobol: a string processing language -- when I used it in the 70's, I was just realizing that not all language had to be procedural.</li>
<li>Prolog: Oddly enough much like Snobol in that it matches patterns.</li>
<li>AWK: a unix-style pattern-matching package that I used for close to 10 years for mangling characters as part of a file copy. Sort of like regular expressions on sterroids.</li>
<li>XSLT: When I was in the XSLT zone, I could do some wonderous things to XML files. But it took a while to get one's head wrapped around the functional approach.</li>
</ul>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/346776#3467760Answer by plan9assembler for What is the strangest programming language you have used?plan9assembler2008-12-06T21:14:12Z2008-12-06T21:14:12Z<p><a href="http://www.colorforth.com/ide.html" rel="nofollow">colorforth</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/346839#3468391Answer by Zsolt Botykai for What is the strangest programming language you have used?Zsolt Botykai2008-12-06T21:47:35Z2008-12-06T21:47:35Z<p><a href="http://en.wikipedia.org/wiki/LINC_4GL" rel="nofollow">Linc 4 GL</a>. Then Cobol was generated as running code.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/523036#5230361Answer by Jim Sawyer for What is the strangest programming language you have used?Jim Sawyer2009-02-07T03:02:22Z2009-02-07T03:02:22Z<p>Lots of possibilities here.</p>
<p><b>machine languages:</b></p>
<ul><li>
DigiComp<br>
used because:
<ol><li>
only language I knew - my first.
</li><li>
only language spoken by the platform.
</li></ol>
</li><li>
IBM 360/70 channel controller microcode<br>
used because:
<ol><li>
the i/o hardware guys had to steal <i>something</i>,<br />
and big blue's channel controller was covered in POO.
</li><li>
software guys are, for the most part, completely POO less.
</li></ol>
</li></ul>
<p><b>assembled:</b></p>
<ul><li>
A weird AT&T micro implementing an abstract machine (aka a DSL),<br>
with 3 numeric registers (can do arithmetic),<br>
a string register or two (can index, substring, and catenate),<br>
PLUS an entire 256 bytes of RAM - all for data.<br>
<br>
used because:
<li>
someone, upon seeing the machine,<br>
cleverly realized it was actually a<br>
platform for small business accounting software.<br>
in disguise.
</li><li>
hummer winblad would need funding, someday.
</li><li>
Cray-1<br>
<br>
Load a register from memory?<br>
No, no, no, my friend.<br>
Move an address into one of these registers, over here.<br>
Now do something else, entirely unrelated, for a while.<br>
Ok, now look in this other register, over there.<br>
Tada! - It's that data you wanted from memory.<br>
See - easy, peezy.<br>
</li></ul>
<p><b>higher level:</b></p>
<ul><li>
SNOBOL<br>
<br>
used because:
<ol><li>
writing the code to translate a runway coordinate database<br>
takes the same number of weeks as doing the translation by hand.
</li><li>
writing code is more fun.
</li><li>
fuzzy math is easier than it sounds.<br>
e.g. what is one times fuzzy risk plus zero times nothing?<br>
four - 'cuz zero times never again divided by BUFD equals three.
</li></ol>
used again, and again, and again<br> because:<br>
<ol><li>
bootstrapping (a new language)<br>
without SNOBOL<br>
is like a day without sunshine.<br>
30 times in a row.
</li><li>
every time.
</li></ol>
</li></ul>
<p><br></p>
<h3>How about something a bit weirder?</h3>
<h3>Severely, grotesquely weird?</h3>
<p><br>
Like:</p>
<ul><li>
HTML - Eeou, yuckey weird.
</li><li>
C++ - <i>You <strong>must</strong> be joking</i> weird.
</li><li>
Java - Ok, just stop it. <strong><i>This isn't funny any more</i></strong> weird.
</li></ul>
<p><br></p>
<h3>And finally, there's the absolute, hands down, weirdest weirdo of them all:</h3>
<p><br></p>
<ul><li>
Smalltalk - through the looking glass weird.<br>
A lot like nirvana. (The concept, not the band)<br>
Having arrived you can never go back, never,<br>
and you mustn't even try - for then the weirdness,<br>
my god, the weirdness -simply unbearable.<br>
Now how weird is that?
</li></ul>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/523077#5230770Answer by Clayton for What is the strangest programming language you have used?Clayton2009-02-07T03:39:57Z2009-02-07T03:39:57Z<ul>
<li>SAIL </li>
<li>XPL</li>
</ul>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/523170#5231700Answer by zubinwadia for What is the strangest programming language you have used?zubinwadia2009-02-07T04:58:56Z2009-02-07T04:58:56Z<p>IBM ImagePlus MODCA Image Rendition.</p>
<p>Pretty advanced format in the days when every KB counted - you'd have a complex metamodel with overlays, image data, scale information and a number of variants - IOCA/PTOCA. Very unusual in the world of image processing.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/659734#6597341Answer by Paulo Guedes for What is the strangest programming language you have used?Paulo Guedes2009-03-18T19:23:42Z2009-03-18T19:23:42Z<p>I have never seen something as strange as Centura and its weird IDE Gupta.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/659812#6598122Answer by unknown (google) for What is the strangest programming language you have used?unknown (google)2009-03-18T19:41:34Z2009-03-18T19:41:34Z<p><a href="http://en.wikipedia.org/wiki/RPL%5F%28programming%5Flanguage%29" rel="nofollow">RPL</a>, from the HP 48/49/50 series graphing calculators. It's half FORTH, half Lisp, but it's the most powerful language ever shipped on a handheld calculator. These days, the calculators also ship with a very nice CAS, so they're competitive with Maple and Mathematica for a lot of things, particularly ease of use. (Once you grok RPN.)</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/742898#7428980Answer by GoatRider for What is the strangest programming language you have used?GoatRider2009-04-13T02:35:20Z2009-04-13T02:35:20Z<p><a href="http://en.wikipedia.org/wiki/Verilog" rel="nofollow">Verilog</a>, a hardware description language. Which means it compiles into gates. You feed this into a gate-simulator, and if that works an FPGA, and if that works you tape-out and make a chip. What's really weird about it is that everything you write happens at the same time. If you want sequencing, you have to build circuits for that.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/742946#7429461Answer by TokenMacGuy for What is the strangest programming language you have used?TokenMacGuy2009-04-13T03:09:39Z2009-04-13T03:09:39Z<p>I can hardly say i've used it in anger, but for a while, <a href="http://www.tribalmedia.com/products/ishell/" rel="nofollow">iShell</a> was free for many uses, And it provided better multimedia support than HyperCard (like color!), so we chose it for our final project. The programming 'language' was a visual one, with drag and drop source editing. It was actually fairly natural to use, once you got used to finding the pieces to place.</p>
<p><img src="http://www.ishell101.com/articleimages/085/sequencer-3.gif" alt="screencap of iShell Programming" /></p>
<p>Ultimately, the project suffered from a lack-of vision on all-our parts, and so we never got much farther than a dozen rooms of content with a few interactive elements.</p>
<p>If i had to make a similar presentation-oriented app again, and didn't need anything like a database back-end, xml-rpc or other such silliness, iShell might fit the bill.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/742972#7429721Answer by jcelgin for What is the strangest programming language you have used?jcelgin2009-04-13T03:35:29Z2009-04-13T03:35:29Z<p>The first time I used LISP I felt like I had just been shown the matrix. It was a terrible, overwhelming feeling of hopelessness and parentheses.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/954077#9540772Answer by fredarin for What is the strangest programming language you have used?fredarin2009-06-05T02:52:56Z2009-06-05T02:52:56Z<p>Easiest question in a while. The answer is TECO: <a href="http://en.wikipedia.org/wiki/Text%5FEditor%5Fand%5FCorrector" rel="nofollow">TECO - Text Editor and COrrector</a> </p>
<p>Lets see what the code formatter makes of this example from Wikipedia:</p>
<pre><code> @^UB#@S/{^EQQ,/#@^UC#@S/,^EQQ}/@-1S/{/#@^UR#.U1ZJQZ\^SC.,.+-^SXQ-^SDQ1J#@^U9/[]-+<>.,/<@:-FD/^N^EG9/;>J30000<0@I/
/>ZJZUL30000J0U10U20U30U60U7@^U4/[]/@^U5#<@:S/^EG4/U7Q7;-AU3(Q3-91)"=%1|Q1"=.U6ZJ@i/{/Q2\@i/,/Q6\@i/}/Q6J0;'-1%1'
>#<@:S/[/UT.U210^T13^TQT;QT"NM5Q2J'>0UP30000J.US.UI<(0A-43)"=QPJ0AUTDQT+1@I//QIJ@O/end/'(0A-45)"=QPJ0AUTDQT-1@I//
QIJ@O/end/'(0A-60)"=QP-1UP@O/end/'(0A-62)"=QP+1UP@O/end/'(0A-46)"=-.+QPA^T(-.+QPA-10)"=13^T'@O/end/'(0A-44)"=^TUT
8^TQPJDQT@I//QIJ@O/end/'(0A-91)"=-.+QPA"=QI+1UZQLJMRMB\-1J.UI'@O/end/'(0A-93)"=-.+QPA"NQI+1UZQLJMRMC\-1J.UI'@O/en
d/'!end!QI+1UI(.-Z)"=.=@^a/END/^c^c'C>
</code></pre>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/954124#9541242Answer by Slace for What is the strangest programming language you have used?Slace2009-06-05T03:19:20Z2009-06-05T03:19:20Z<p>Maybe I've lived a simple life but I'm going to say that <strong>JavaScript</strong> is the stangest programming language I've ever had to use (and still love to use). But really:</p>
<pre><code>alert(typeof(Boolean)); //"function"
alert(typeof(true)); //"boolean"
</code></pre>
<p>So a <code>boolean</code> variable doesn't equal the <code>typeof</code> call for Boolean.</p>
<p>Or how about self executing anonymous functions:</p>
<pre><code>var divFound = function(node) {
if(node) {
if(node.id === "what_i_want") {
return true;
} else {
return arguments.callee(node.parentNode);
}
} else {
return false;
}
}(document.getElementById("some_deep_node"));
</code></pre>
<p>Yep, I've used self executing recusive anonymous before :P</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/954153#9541532Answer by Jason Watkins for What is the strangest programming language you have used?Jason Watkins2009-06-05T03:30:32Z2009-06-05T03:30:32Z<p>For a serious answer, I've played around with <a href="http://www.jsoftware.com" rel="nofollow">J</a>. There's no question that there's some interesting advantages to the language, but it's hard to see that when navigating the ascii noise syntax and non-existence of structured programming features most take for granted. About the best that can be said of it is that its' modern ascii is better than APL's historic non standard characters.</p>
<p>For a joke answer, it would have to be <a href="http://en.wikipedia.org/wiki/SKI%5Fcombinator%5Fcalculus" rel="nofollow">SKI combinators</a>. Interesting as a learning curiosity, and that learning might lead somewhere valuable, but useless themselves.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979566#979566-1Answer by Daniel for What is the strangest programming language you have used?Daniel2009-06-11T06:01:29Z2009-06-11T06:01:29Z<p>Definitely Java.</p>
<p>I mean, I have used MUMPS, Forth, APL, Lisp, ML, various assemblers, Logo, Prolog, even Postscript. And while they might LOOK different than what passes for mainstream languages nowadays, they each had purpose, character. They knew what they were about.</p>
<p>Java... Java is an horrible language in the very field it choses to address. Most non-newbie programmers readily admit that. And, yet, it's widely used. That is SO STRANGE!</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979579#9795791Answer by beggs for What is the strangest programming language you have used?beggs2009-06-11T06:07:15Z2009-06-11T08:27:18Z<p>Back at the height of the .com boom I worked on a project to create a remote testing automation system for network switch as a contractor. The language spoken by the switches was an implementation of <a href="http://en.wikipedia.org/wiki/MML%5F%28language%29" rel="nofollow">MML</a> originally written by a small Russian company. It was so hard to understand the language due to it's lack of constant structure and style that we ended up writing a PERL parser act as an intermediate layer and protect everyone on the projects sanity. All during the project I had flashbacks to my college course on x86 assembly...</p>
<p>On the other hand... I've always enjoyed LISP... emacs or ansi I love parens! Seriously I took the red pill during and AI class in college and have been modifying emacs sense. As an added bonus it makes the noobies eyes hurt.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979684#9796840Answer by Kobi for What is the strangest programming language you have used?Kobi2009-06-11T06:47:25Z2009-06-11T06:47:25Z<p><a href="http://en.wikipedia.org/wiki/One%5Finstruction%5Fset%5Fcomputer" rel="nofollow">SIC - The Single Instruction Computer</a>.<br />
The assembly of this theoretical computer has only one command:</p>
<pre>
SBN - Subtract and Branch if Negative:
SBN A, B, C
</pre>
<p>Meaning:</p>
<pre><code>if((Memory[A] -= Memory[B]) < 0) goto C
// Wikipedia has a slightly different definition
</code></pre>
<p>This computer is in fact Turing complete. As a university assignment in Compilation (using <a href="http://en.wikipedia.org/wiki/Scheme%5F%28programming%5Flanguage%29" rel="nofollow">Scheme</a>), we were given an emulator of such a computer, and had to write a compiler to help us calculate the factorial of a number. Some students though writing the compiler was too hard and coded the entire program by hand, which was OK with the professor as long as it worked (I guess it taught them the value of a compiler).</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979690#9796901Answer by Josh Einstein for What is the strangest programming language you have used?Josh Einstein2009-06-11T06:49:46Z2009-06-11T06:49:46Z<p>T-SQL......................</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979739#9797390Answer by Marc Climent for What is the strangest programming language you have used?Marc Climent2009-06-11T07:14:27Z2009-06-11T07:14:27Z<p>Around 2005 I programmed in SDL, which is quite a weird environment, mixing flow diagrams with code in a hard-to-debug-and-weird software pieces. It was like having an UML diagram with embedded code.</p>
<p>We used SDT (then Telelogic, now Rational SDL) and they have a lot of strange bugs in the compiler like problems with string concatenation and weird warnings.</p>
<p>For me it was painful but the communications guys seemed happy. Strange people...</p>
<p>For an example: <a href="http://www.sintef.no/time/elb40/html/elb/sdl/sdl%5Ft01.htm" rel="nofollow">SDL Tutorial</a></p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979770#9797700Answer by Srdjan Jovcic for What is the strangest programming language you have used?Srdjan Jovcic2009-06-11T07:24:54Z2009-06-11T07:24:54Z<p>I was working in <a href="http://en.wikipedia.org/wiki/Uniface%5F%28programming%5Flanguage%29" rel="nofollow">UNIFACE</a>. Kind of evolved from character-terminal-oriented, platform-independent forms designer, but I was using it for program which was supposed to run on PCs...</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979775#9797750Answer by chollier for What is the strangest programming language you have used?chollier2009-06-11T07:27:56Z2009-06-11T07:27:56Z<p>mIRC sripting :D</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979843#9798430Answer by Damien_The_Unbeliever for What is the strangest programming language you have used?Damien_The_Unbeliever2009-06-11T07:47:22Z2009-06-11T07:47:22Z<p>An in-house, proprietary "language" called Nexus.</p>
<p>Creating programs for this systems involved editing a number of INI files. One file would describe all of the forms for the application, something like:</p>
<pre><code>[Form1]
txtEdit1=10,10,100,20,""
btnOK=10,100,50,20,"OK",Evt_OK
</code></pre>
<p>Okay, hopefully you get the idea, without me having to add more. Basically, each line within a section would describe the control you wanted, where it was positioned, captions, etc.</p>
<p>Then there were other INI files. One described the complete database (one section per table). One described broadcast events (each section described an incoming message - possibly from a control, from another event, from the server, and the lines within the section described what new events to raise). One described the over-the-wire messages that were sent to the server (this one was a joy, because each message you wanted to construct to send out had to be crafted by a single SQL statement against the database). All in lovingly hand-crafted INI files.</p>
<p>Of course, there was no compiler. Errors would be raised when the application started up (or possibly later). Of course, depending on what mistake you'd made, you might get an intelligent error message, or you might get an obscure error message from half way down within the custom-built INI file parser...</p>
<p>They kept promissing that an editor was going to be developed...</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979853#9798530Answer by TWith2Sugars for What is the strangest programming language you have used?TWith2Sugars2009-06-11T07:48:56Z2009-06-11T07:48:56Z<p>For me it was <a href="http://www.mozart-oz.org/" rel="nofollow">Mozart-Oz</a>, a strange language that I used in my 2nd year of uni - Had to develop a maze generator / solver with it.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979872#9798720Answer by MiffTheFox for What is the strangest programming language you have used?MiffTheFox2009-06-11T07:55:04Z2009-06-11T07:55:04Z<p>A few years ago, I was doing some hobbyist work with the <a href="http://hamsterrepublic.com/ohrrpgce/" rel="nofollow">OHRRPGCE</a> game creation toolkit. The scripting language bundled with it, Plotscript, was to say, one of the oddest languages I've ever worked with. (Now, this was an older version I used, so things may have been changed.)</p>
<p>For starters, in addition to being case-insensitive, it was also <em>whitespace insensitive</em>. I.E., any and all whitespace, save the newlines needed to work it, was stripped by the compilier.</p>
<p>Functions had to have their signature defined before actually having the function itself defined. For example, at the top of the file, you'd have:</p>
<pre><code>define script (5,chest item,1,0)
</code></pre>
<p>And later on you'd put:</p>
<pre><code>script,chest item,item to get,begin
get item name (1,item to get)
show text box(63)
get item (item to get)
end
</code></pre>
<p>Variable declaration was done by calling a function with the name of the variable, and then it could be set. Globals were defined with a different function in the global scope.</p>
<pre><code>variable (hero combined health)
hero combined health := 0
if (hero by slot (0) >> -1) then(hero combined health += get hero stat (hero by slot (0),0)
if (hero by slot (1) >> -1) then(hero combined health += get hero stat (hero by slot (1),0)
if (hero by slot (2) >> -1) then(hero combined health += get hero stat (hero by slot (2),0)
if (hero by slot (3) >> -1) then(hero combined health += get hero stat (hero by slot (3),0)
if (hero combined health << 1) then,begin
#...
end
</code></pre>
<p>That was supposed to check if the player's party still had any HP remaining. Isn't it obvious?</p>
<p>Also, another thing I've noticed looking at my old scripts was that operators were never less than two characters long. Subtraction was --, greater than was >>, etc.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/980168#9801680Answer by chugh97 for What is the strangest programming language you have used?chugh972009-06-11T09:27:53Z2009-06-11T09:27:53Z<p>SmallWorld</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/1021736#10217360Answer by boost for What is the strangest programming language you have used?boost2009-06-20T14:35:22Z2009-06-20T14:35:22Z<p>SNOBOL, particularly the <a href="http://www.snobol4.org/csnobol4/" rel="nofollow">C-SNOBOL4</a> variant by <a href="http://www.ultimate.com/phil/" rel="nofollow">Phil Budne</a>. It is strange by most standards, but incredibly expressive and powerful. I'd use it more if I could.</p>
<p>Some interesting examples are at <a href="http://web.archive.org/web/20061003165457/http://lands.let.kun.nl/TSpublic/coppen/DirtySNOBOL.html" rel="nofollow">http://web.archive.org/web/20061003165457/http://lands.let.kun.nl/TSpublic/coppen/DirtySNOBOL.html</a></p>
<p>P.S. The above url does not format well in []() markup.</p>
http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/1021746#10217460Answer by Ed Schembor for What is the strangest programming language you have used?Ed Schembor2009-06-20T14:39:38Z2009-06-20T14:39:38Z<p>I had to work on a project in PROLOG while still in high school. I had only worked in Basic and Fortran before that. Blew my mind.</p>