What is the strangest programming language you have used? - Stack Overflow most recent 30 from stackoverflow.com 2009-11-21T22:18:46Z http://stackoverflow.com/feeds/question/63241 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used 31 What is the strangest programming language you have used? Anders Sandvig 2008-09-15T14:11:35Z 2009-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&mdash;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&mdash;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#63253 0 Answer by harriyott for What is the strangest programming language you have used? harriyott 2008-09-15T14:13:16Z 2008-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#63263 0 Answer by Unkwntech for What is the strangest programming language you have used? Unkwntech 2008-09-15T14:13:59Z 2008-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 -1 Answer by Chris Upchurch for What is the strangest programming language you have used? Chris Upchurch 2008-09-15T14:14:43Z 2008-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#63278 6 Answer by Chris Nelson for What is the strangest programming language you have used? Chris Nelson 2008-09-15T14:15:49Z 2008-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#63283 3 Answer by landofjoe for What is the strangest programming language you have used? landofjoe 2008-09-15T14:16:02Z 2008-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#63310 1 Answer by Mudboy for What is the strangest programming language you have used? Mudboy 2008-09-15T14:18:04Z 2008-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#63316 2 Answer by Rob for What is the strangest programming language you have used? Rob 2008-09-15T14:18:43Z 2008-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#63320 4 Answer by Galwegian for What is the strangest programming language you have used? Galwegian 2008-09-15T14:18:53Z 2008-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#63321 0 Answer by tomdemuyt for What is the strangest programming language you have used? tomdemuyt 2008-09-15T14:19:00Z 2008-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#63334 1 Answer by TK for What is the strangest programming language you have used? TK 2008-09-15T14:20:01Z 2008-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#63336 0 Answer by Gulzar for What is the strangest programming language you have used? Gulzar 2008-09-15T14:20:11Z 2008-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#63350 5 Answer by epatel for What is the strangest programming language you have used? epatel 2008-09-15T14:21:35Z 2008-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#63364 0 Answer by Nathan for What is the strangest programming language you have used? Nathan 2008-09-15T14:23:16Z 2008-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#63386 8 Answer by Joel Coehoorn for What is the strangest programming language you have used? Joel Coehoorn 2008-09-15T14:25:16Z 2008-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#63434 0 Answer by fencliff for What is the strangest programming language you have used? fencliff 2008-09-15T14:32:15Z 2008-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#63493 10 Answer by Rik Garner for What is the strangest programming language you have used? Rik Garner 2008-09-15T14:39:22Z 2008-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#63507 2 Answer by Jonathan for What is the strangest programming language you have used? Jonathan 2008-09-15T14:40:49Z 2008-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#63548 3 Answer by SarekOfVulcan for What is the strangest programming language you have used? SarekOfVulcan 2008-09-15T14:46:05Z 2008-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#63604 2 Answer by ewengcameron for What is the strangest programming language you have used? ewengcameron 2008-09-15T14:52:37Z 2008-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#63620 21 Answer by Schnapple for What is the strangest programming language you have used? Schnapple 2008-09-15T14:54:31Z 2009-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#63625 13 Answer by kristof for What is the strangest programming language you have used? kristof 2008-09-15T14:54:49Z 2008-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#63630 4 Answer by Paul Reiners for What is the strangest programming language you have used? Paul Reiners 2008-09-15T14:55:19Z 2008-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#63631 14 Answer by Mario AT for What is the strangest programming language you have used? Mario AT 2008-09-15T14:55:21Z 2008-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#63733 0 Answer by Mario AT for What is the strangest programming language you have used? Mario AT 2008-09-15T15:06:25Z 2008-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#63786 3 Answer by JosephStyons for What is the strangest programming language you have used? JosephStyons 2008-09-15T15:11:44Z 2008-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#63815 1 Answer by ceo for What is the strangest programming language you have used? ceo 2008-09-15T15:14:19Z 2008-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#64084 0 Answer by pobk for What is the strangest programming language you have used? pobk 2008-09-15T15:44:49Z 2008-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#64207 2 Answer by ThatBloke for What is the strangest programming language you have used? ThatBloke 2008-09-15T16:00:46Z 2008-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#64240 1 Answer by Ben for What is the strangest programming language you have used? Ben 2008-09-15T16:03:52Z 2008-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#64337 0 Answer by unknown (yahoo) for What is the strangest programming language you have used? unknown (yahoo) 2008-09-15T16:16:48Z 2008-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#64382 5 Answer by kfh for What is the strangest programming language you have used? kfh 2008-09-15T16:22:51Z 2008-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#64393 5 Answer by Peter LaComb Jr. for What is the strangest programming language you have used? Peter LaComb Jr. 2008-09-15T16:23:56Z 2009-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#64430 0 Answer by Dave for What is the strangest programming language you have used? Dave 2008-09-15T16:28:03Z 2008-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#64476 6 Answer by Todd Johnson for What is the strangest programming language you have used? Todd Johnson 2008-09-15T16:33:33Z 2008-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#64500 1 Answer by A I Breveleri for What is the strangest programming language you have used? A I Breveleri 2008-09-15T16:35:58Z 2008-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#64553 1 Answer by mikewarot for What is the strangest programming language you have used? mikewarot 2008-09-15T16:43:32Z 2008-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#64557 0 Answer by dpmohne for What is the strangest programming language you have used? dpmohne 2008-09-15T16:43:39Z 2008-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#64576 1 Answer by Jon Gretar for What is the strangest programming language you have used? Jon Gretar 2008-09-15T16:45:38Z 2008-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#64641 0 Answer by Abhishek Mishra for What is the strangest programming language you have used? Abhishek Mishra 2008-09-15T16:52:34Z 2008-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#64664 1 Answer by paw5 for What is the strangest programming language you have used? paw5 2008-09-15T16:55:12Z 2008-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#64668 1 Answer by Jekke for What is the strangest programming language you have used? Jekke 2008-09-15T16:55:20Z 2008-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#64677 3 Answer by Graeme Perrow for What is the strangest programming language you have used? Graeme Perrow 2008-09-15T16:56:31Z 2008-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#64709 1 Answer by Nathan Chase for What is the strangest programming language you have used? Nathan Chase 2008-09-15T17:00:17Z 2008-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#64732 1 Answer by Adrian for What is the strangest programming language you have used? Adrian 2008-09-15T17:03:05Z 2008-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#64738 2 Answer by Moose Y Anon for What is the strangest programming language you have used? Moose Y Anon 2008-09-15T17:03:45Z 2008-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 -1 Answer by TheCid for What is the strangest programming language you have used? TheCid 2008-09-15T17:09:11Z 2008-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#64854 0 Answer by bmccabe for What is the strangest programming language you have used? bmccabe 2008-09-15T17:20:19Z 2009-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#64885 1 Answer by tinker for What is the strangest programming language you have used? tinker 2008-09-15T17:24:12Z 2008-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#64893 1 Answer by Lyle for What is the strangest programming language you have used? Lyle 2008-09-15T17:24:52Z 2008-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#64986 9 Answer by MtotheThird for What is the strangest programming language you have used? MtotheThird 2008-09-15T17:36:22Z 2008-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#65018 2 Answer by Fernando Barrocal for What is the strangest programming language you have used? Fernando Barrocal 2008-09-15T17:41:42Z 2008-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) &gt; 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&amp;c=1019" rel="nofollow">here you go</a>...</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65030#65030 1 Answer by stimpy for What is the strangest programming language you have used? stimpy 2008-09-15T17:43:28Z 2008-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#65286 0 Answer by Will M for What is the strangest programming language you have used? Will M 2008-09-15T18:12:16Z 2008-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#65382 0 Answer by Scottie T for What is the strangest programming language you have used? Scottie T 2008-09-15T18:21:54Z 2008-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#65666 15 Answer by unknown (yahoo) for What is the strangest programming language you have used? unknown (yahoo) 2008-09-15T18:55:36Z 2008-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#65669 2 Answer by Kwondri for What is the strangest programming language you have used? Kwondri 2008-09-15T18:55:55Z 2008-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#65967 1 Answer by Sergio Morales for What is the strangest programming language you have used? Sergio Morales 2008-09-15T19:29:30Z 2008-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#67384 14 Answer by Andrew for What is the strangest programming language you have used? Andrew 2008-09-15T21:53:41Z 2008-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#67934 3 Answer by rjbs for What is the strangest programming language you have used? rjbs 2008-09-15T23:28:40Z 2008-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#82621 0 Answer by sdkpoly for What is the strangest programming language you have used? sdkpoly 2008-09-17T12:33:46Z 2008-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#82660 0 Answer by petr k. for What is the strangest programming language you have used? petr k. 2008-09-17T12:38:21Z 2008-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#82688 0 Answer by chilehead for What is the strangest programming language you have used? chilehead 2008-09-17T12:40:51Z 2008-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#82774 0 Answer by Toby Hede for What is the strangest programming language you have used? Toby Hede 2008-09-17T12:49:12Z 2008-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#82892 1 Answer by Diodeus for What is the strangest programming language you have used? Diodeus 2008-09-17T13:02:00Z 2008-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#82907 0 Answer by Michael Stum for What is the strangest programming language you have used? Michael Stum 2008-09-17T13:03:31Z 2008-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#82924 1 Answer by leppie for What is the strangest programming language you have used? leppie 2008-09-17T13:05:43Z 2008-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#82961 5 Answer by Chris Mazzola for What is the strangest programming language you have used? Chris Mazzola 2008-09-17T13:08:41Z 2009-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#83017 1 Answer by Ben for What is the strangest programming language you have used? Ben 2008-09-17T13:14:00Z 2008-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#83198 1 Answer by Anonymous for What is the strangest programming language you have used? Anonymous 2008-09-17T13:30:30Z 2008-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#83275 0 Answer by Carl Camera for What is the strangest programming language you have used? Carl Camera 2008-09-17T13:35:52Z 2008-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#83333 1 Answer by codebunny for What is the strangest programming language you have used? codebunny 2008-09-17T13:41:20Z 2008-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#83496 1 Answer by CodeRot for What is the strangest programming language you have used? CodeRot 2008-09-17T13:57:27Z 2008-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#102463 1 Answer by Mario AT for What is the strangest programming language you have used? Mario AT 2008-09-19T14:50:45Z 2008-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#105853 2 Answer by David Locke for What is the strangest programming language you have used? David Locke 2008-09-19T21:38:38Z 2008-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) =&gt; (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#105977 0 Answer by Steven Bakker for What is the strangest programming language you have used? Steven Bakker 2008-09-19T21:55:31Z 2008-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#106094 1 Answer by Matt for What is the strangest programming language you have used? Matt 2008-09-19T22:16:38Z 2008-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#106118 1 Answer by shoosh for What is the strangest programming language you have used? shoosh 2008-09-19T22:23:43Z 2008-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#106181 5 Answer by vog for What is the strangest programming language you have used? vog 2008-09-19T22:38:30Z 2009-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 &amp; 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#106238 15 Answer by vog for What is the strangest programming language you have used? vog 2008-09-19T22:48:59Z 2008-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#136355 1 Answer by BCS for What is the strangest programming language you have used? BCS 2008-09-25T21:41:07Z 2008-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#156233 3 Answer by Mark Stock for What is the strangest programming language you have used? Mark Stock 2008-10-01T04:26:06Z 2008-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#212897 2 Answer by BBunk for What is the strangest programming language you have used? BBunk 2008-10-17T16:38:00Z 2008-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#212910 3 Answer by Robert S. for What is the strangest programming language you have used? Robert S. 2008-10-17T16:43:29Z 2008-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#212951 15 Answer by dviljoen for What is the strangest programming language you have used? dviljoen 2008-10-17T16:55:36Z 2008-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#212964 1 Answer by pearcewg for What is the strangest programming language you have used? pearcewg 2008-10-17T16:57:20Z 2008-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#213016 1 Answer by shrub34 for What is the strangest programming language you have used? shrub34 2008-10-17T17:15:43Z 2008-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#225363 1 Answer by CraftyFella for What is the strangest programming language you have used? CraftyFella 2008-10-22T11:31:40Z 2008-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#225399 1 Answer by Piku for What is the strangest programming language you have used? Piku 2008-10-22T11:38:34Z 2008-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#236332 0 Answer by danimajo for What is the strangest programming language you have used? danimajo 2008-10-25T12:36:00Z 2008-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#236398 1 Answer by David Robbins for What is the strangest programming language you have used? David Robbins 2008-10-25T13:24:46Z 2008-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#264162 1 Answer by thursdaysgeek for What is the strangest programming language you have used? thursdaysgeek 2008-11-05T02:01:46Z 2008-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#264209 0 Answer by le dorfier for What is the strangest programming language you have used? le dorfier 2008-11-05T02:40:10Z 2008-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#274561 0 Answer by zendar for What is the strangest programming language you have used? zendar 2008-11-08T09:38:02Z 2008-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#346732 0 Answer by unknown (google) for What is the strangest programming language you have used? unknown (google) 2008-12-06T20:30:10Z 2008-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#346767 1 Answer by JonStonecash for What is the strangest programming language you have used? JonStonecash 2008-12-06T21:02:15Z 2008-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#346776 0 Answer by plan9assembler for What is the strangest programming language you have used? plan9assembler 2008-12-06T21:14:12Z 2008-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#346839 1 Answer by Zsolt Botykai for What is the strangest programming language you have used? Zsolt Botykai 2008-12-06T21:47:35Z 2008-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#523036 1 Answer by Jim Sawyer for What is the strangest programming language you have used? Jim Sawyer 2009-02-07T03:02:22Z 2009-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++ &nbsp;&nbsp;- <i>You <strong>must</strong> be joking</i> weird. </li><li> Java &nbsp;- 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> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;A lot like nirvana. (The concept, not the band)<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;Having arrived you can never go back, never,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;and you mustn't even try - for then the weirdness,<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;my god, the weirdness -simply unbearable.<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp; &nbsp; &nbsp;Now how weird is that? </li></ul> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/523077#523077 0 Answer by Clayton for What is the strangest programming language you have used? Clayton 2009-02-07T03:39:57Z 2009-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#523170 0 Answer by zubinwadia for What is the strangest programming language you have used? zubinwadia 2009-02-07T04:58:56Z 2009-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#659734 1 Answer by Paulo Guedes for What is the strangest programming language you have used? Paulo Guedes 2009-03-18T19:23:42Z 2009-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#659812 2 Answer by unknown (google) for What is the strangest programming language you have used? unknown (google) 2009-03-18T19:41:34Z 2009-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#742898 0 Answer by GoatRider for What is the strangest programming language you have used? GoatRider 2009-04-13T02:35:20Z 2009-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#742946 1 Answer by TokenMacGuy for What is the strangest programming language you have used? TokenMacGuy 2009-04-13T03:09:39Z 2009-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#742972 1 Answer by jcelgin for What is the strangest programming language you have used? jcelgin 2009-04-13T03:35:29Z 2009-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#954077 2 Answer by fredarin for What is the strangest programming language you have used? fredarin 2009-06-05T02:52:56Z 2009-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/[]-+&lt;&gt;.,/&lt;@:-FD/^N^EG9/;&gt;J30000&lt;0@I/ /&gt;ZJZUL30000J0U10U20U30U60U7@^U4/[]/@^U5#&lt;@:S/^EG4/U7Q7;-AU3(Q3-91)"=%1|Q1"=.U6ZJ@i/{/Q2\@i/,/Q6\@i/}/Q6J0;'-1%1' &gt;#&lt;@:S/[/UT.U210^T13^TQT;QT"NM5Q2J'&gt;0UP30000J.US.UI&lt;(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&gt; </code></pre> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/954124#954124 2 Answer by Slace for What is the strangest programming language you have used? Slace 2009-06-05T03:19:20Z 2009-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#954153 2 Answer by Jason Watkins for What is the strangest programming language you have used? Jason Watkins 2009-06-05T03:30:32Z 2009-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 -1 Answer by Daniel for What is the strangest programming language you have used? Daniel 2009-06-11T06:01:29Z 2009-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#979579 1 Answer by beggs for What is the strangest programming language you have used? beggs 2009-06-11T06:07:15Z 2009-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#979684 0 Answer by Kobi for What is the strangest programming language you have used? Kobi 2009-06-11T06:47:25Z 2009-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]) &lt; 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#979690 1 Answer by Josh Einstein for What is the strangest programming language you have used? Josh Einstein 2009-06-11T06:49:46Z 2009-06-11T06:49:46Z <p>T-SQL......................</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979739#979739 0 Answer by Marc Climent for What is the strangest programming language you have used? Marc Climent 2009-06-11T07:14:27Z 2009-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#979770 0 Answer by Srdjan Jovcic for What is the strangest programming language you have used? Srdjan Jovcic 2009-06-11T07:24:54Z 2009-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#979775 0 Answer by chollier for What is the strangest programming language you have used? chollier 2009-06-11T07:27:56Z 2009-06-11T07:27:56Z <p>mIRC sripting :D</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/979843#979843 0 Answer by Damien_The_Unbeliever for What is the strangest programming language you have used? Damien_The_Unbeliever 2009-06-11T07:47:22Z 2009-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#979853 0 Answer by TWith2Sugars for What is the strangest programming language you have used? TWith2Sugars 2009-06-11T07:48:56Z 2009-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#979872 0 Answer by MiffTheFox for What is the strangest programming language you have used? MiffTheFox 2009-06-11T07:55:04Z 2009-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) &gt;&gt; -1) then(hero combined health += get hero stat (hero by slot (0),0) if (hero by slot (1) &gt;&gt; -1) then(hero combined health += get hero stat (hero by slot (1),0) if (hero by slot (2) &gt;&gt; -1) then(hero combined health += get hero stat (hero by slot (2),0) if (hero by slot (3) &gt;&gt; -1) then(hero combined health += get hero stat (hero by slot (3),0) if (hero combined health &lt;&lt; 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#980168 0 Answer by chugh97 for What is the strangest programming language you have used? chugh97 2009-06-11T09:27:53Z 2009-06-11T09:27:53Z <p>SmallWorld</p> http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/1021736#1021736 0 Answer by boost for What is the strangest programming language you have used? boost 2009-06-20T14:35:22Z 2009-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#1021746 0 Answer by Ed Schembor for What is the strangest programming language you have used? Ed Schembor 2009-06-20T14:39:38Z 2009-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>