User - Stack Overflowmost recent 30 from stackoverflow.com2009-12-21T15:15:09Zhttp://stackoverflow.com/feeds/user/9356http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65666#6566618Answer 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/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/65611#656110Answer by unknown (yahoo) for Confessions of your worst WTF Moment. (What not to do.)unknown (yahoo)2008-09-15T18:48:18Z2008-09-15T18:48:18Z<p>Not making backups, and not using a source control system. Fortunately I learned that lesson about 15 years ago.</p>