User - Stack Overflow most recent 30 from stackoverflow.com 2009-12-21T15:15:09Z http://stackoverflow.com/feeds/user/9356 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/63241/what-is-the-strangest-programming-language-you-have-used/65666#65666 18 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/63668/confessions-of-your-worst-wtf-moment-what-not-to-do/65611#65611 0 Answer by unknown (yahoo) for Confessions of your worst WTF Moment. (What not to do.) unknown (yahoo) 2008-09-15T18:48:18Z 2008-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>