Slashdot Mirror


Interview With Author of the First Spoof Language

An anonymous reader brings us Computerworld's interview with Don Woods, one of the creators of Compiler Language With No Pronounceable Acronym (INTERCAL). INTERCAL and its documentation were created in 1972 as a parody of that era's languages and instruction manuals. Among other things, Woods had this to say: "We designed the language without too much trouble. Writing the manual took a while, especially for things like the circuit diagrams we included as nonsensical illustrations. The compiler itself actually wasn't too much trouble, given that we weren't at all concerned with optimising the performance of either the compiler or the compiled code. I admit I'm surprised at its longevity. Some of the jokes in the original work feel rather dated at this point. It helps that the language provides a place where people can discuss oddball features missing from other languages, such as the 'COME FROM' statement and operators that work in base 3."

102 comments

  1. Bah! by Anonymous Coward · · Score: 5, Funny

    Intercal has nothing on Brainfuck. Brainfuck makes every other spoof programming language look like a joke. I'd write the Hello World! program here, but Slashdot's content filter doesn't support Brainfuck code.

    1. Re:Bah! by Amiga+Lover · · Score: 4, Funny

      Brainfuck is inherently crystal clear in comparison to HYPERTARD.

      It's a language created on the Amiga in the 1980s, named after hypercard, but completely unrelated. The only legal characters are whitespace. Tab, space, linefeed, carriage return etc.

    2. Re:Bah! by Jerome+H · · Score: 5, Informative

      Well if you are looking for really fucked up language can I suggest Malbolge ?
      Here is the link:

      http://esoteric.voxelperfect.net/wiki/Malbolge

      --
      int main() { while(1) fork(); }
    3. Re:Bah! by Goaway · · Score: 5, Informative

      Most people entirely miss the point of Brainfuck. It was never meant to be esoteric for the sake of it, or to "challenge and amuse programmers" as Wikipedia puts it.

      It was designed to create a compiler as small as possible. The original AmigaOS compiler was 240 bytes in size. Even smaller compilers have been created by people who truly grasped the spirit of the language.

    4. Re:Bah! by Anonymous Coward · · Score: 0

      Whitespace has it beat, as it only allows spaces, tabs and LFs.

    5. Re:Bah! by grcumb · · Score: 2, Funny

      Intercal has nothing on Brainfuck. Brainfuck makes every other spoof programming language look like a joke.

      Not sure whether that was intentionally humourous or not, but well done, nonetheless.

      But seriously[*] kids, nothing holds a candle to ACME. All the programming foolishness you'll ever need, implemented in glorious Perl!

      --------

      [*] Whatever....

      --
      Crumb's Corollary: Never bring a knife to a bun fight.
    6. Re:Bah! by yakumo.unr · · Score: 4, Informative
    7. Re:Bah! by Chris+Mattern · · Score: 0, Redundant

      Bah, a tool on a dead proprietary system is no tool at all. You'll need to convert to Whitespace.

    8. Re:Bah! by Tmack · · Score: 5, Funny
      The language you refer to is whitespace, as described and linked in a comment below as well.

      I would post "Hello World" written in it here, but the comment thingy refused to accept it: "Filter error: Please use less whitespace."

      tm

      --
      Support TBI Research: http://www.raisinhope.org
    9. Re:Bah! by mobby_6kl · · Score: 5, Funny

      Your suggestion is laughable. There is only one acceptable answer.

    10. Re:Bah! by eltaco · · Score: 2, Informative
      --
      It's not about fate, it's about character.
      there be no shelter here, the frontline is everywhere!
    11. Re:Bah! by jonadab · · Score: 2, Interesting

      Actually, I've seen the specs for Malbolge, and I still think Threaded INTERCAL is more ingenious and extreme.

      --
      Cut that out, or I will ship you to Norilsk in a box.
    12. Re:Bah! by Anonymous Coward · · Score: 0

      Actually, I've seen the specs for Malbolge, and I still think Threaded INTERCAL is more ingenious and extreme.

      Really?

      Have you compared
      http://www.99-bottles-of-beer.net/language-malbolge-995.html
      with
      http://www.99-bottles-of-beer.net/language-intercal-333.html

      I'd say INTERCAL is funnier, but Malbolge is more extreme.

    13. Re:Bah! by Foofoobar · · Score: 0

      This coming from the peanut gallery??

      --
      This is my sig. There are many like it but this one is mine.
    14. Re:Bah! by ari_j · · Score: 2, Insightful

      Whitespace allows other characters. They just don't have syntactic meaning. :P

    15. Re:Bah! by Anonymous Coward · · Score: 1, Insightful

      That is essentially the spirit of wikipedia: people write what seems to be right, instead of bothering to research the issue and find out what actually is right.

    16. Re:Bah! by PresidentEnder · · Score: 1

      Since INTERCAL is a spoof language, and Malbolge is a Turing tarpit, they both succeed at what they're for.

      --
      I used to carry a bottle of whiskey for snake bite. And two snakes. -Nefarious Wheel
    17. Re:Bah! by Dex1337 · · Score: 0
      Brainfuck has nothing on Malbolge
      Malbolge Programming Language
      Hello world:

      (=<`:9876Z4321UT.-Q+*)M'&%$H"!~}|Bzy?=|{z]KwZY44Eq0/{mlk** hKs_dG5[m_BA{?-Y;;Vb'rR5431M}/.zHGwEDCBA@98\6543W10/.R,+O<

    18. Re:Bah! by KDR_11k · · Score: 2, Informative

      Nonsense. Brainfuck is just a complicated but still pretty direct way of describing a Turing Machine. Brainfuck is interpreted in a single direction and the code is static. Intercal lets you use COME FROM statements (act like goto except you jump from the label to this line, in threaded intercal you can have multiple COME FROMs for one label and each spawns a thread), has ABSTAIN FROM that deactivates certain commands at runtime until reenabled, expects you to say PLEASE every so often (or it rejects your code as impolite), implements boolean operators as unary operators (i.e. they take one argument instead of two), had explanations for the various signs used for operators and why they changed between punchcard and ASCII encoding ( was replaced with $ to signify the increasing cost of software, the select operator is ? since that's the reaction most users have when they try to understand it) and the whole manual continued the joke perfectly, including nonsensical circuit diagrams and tonsils (Other manuals have appendices so they wanted to have a removable organ in their manual too). Oh and Intercal comes in versions that use the bases 3-7 too (not 8 since that's too standard).

      --
      Justice is the sheep getting arrested while an impartial judge declares the vote void.
    19. Re:Bah! by jonadab · · Score: 1

      Okay, yeah, but that's regular INTERCAL, and 99 bottles of beer is a non-threaded application, so we're really not even talking about the same thing. (Have you seen Threaded INTERCAL? It's totally over the top.)

      --
      Cut that out, or I will ship you to Norilsk in a box.
    20. Re:Bah! by omar.sahal · · Score: 3, Funny

      The idea for this language was already mentioned five years earlier by Bjarne Stroustrup.

      Is there no end to his evil meddling

    21. Re:Bah! by Goaway · · Score: 1

      Then somebody else writes the truth further down in the article, and then nobody bothers to edit the article to make it actually consistent with itself.

    22. Re:Bah! by Anonymous Coward · · Score: 0

      So you could fix it instead of complaining here. I just did it for you. :)

    23. Re:Bah! by Lehk228 · · Score: 2, Funny

      and then someone reverts the changes and calls you a vandal.

      --
      Snowden and Manning are heroes.
    24. Re:Bah! by DeVilla · · Score: 4, Funny

      The language you refer to is whitespace, as described and linked in a comment below as well.

      I would post "Hello World" written in it here, but the comment thingy refused to accept it: "Filter error: Please use less whitespace."

      So those Perl bigots at Slashdot are finally actively excluding other programming languages by name.

    25. Re:Bah! by arstchnca · · Score: 1

      That is essentially the spirit of wikipedia: people write what seems to be right, instead of bothering to research the issue and find out what actually is right.

      So by that standard, "what actually is right" is out there in the world, just waiting, plainly available, to be researched.

      Can you show me a wikipedia article where someone has written what seems to be right? Can you show me where this information is, in fact, wrong, perhaps because they didn't "research the issue"?

      People act as if wikipedia is like an empty book and retards show up to draft the articles that will fill its pages. In this reasoning the collaborative efforts of wiki communities, along with the benefits of said efforts, are ignored.

      While certainly there is an explicit risk that inaccurate or outright false information will be added to an article, I think it's going a bit far to assert that people write "what seems to be right." Furthermore, it's going a bit far to claim that this capacity detracts from wikipedia's quality and usefulness in any real fashion (it was a stretch; you had to claim it was "essentially the spirit of wikipedia").

      --
      -- arstchnca
      --
    26. Re:Bah! by Anonymous Coward · · Score: 0

      I love how you delivered that deadpan. "How did you guys miss Whitespace?" is the funniest thing I've read all week.

    27. Re:Bah! by focoma · · Score: 1

      ...makes every other spoof programming language look like a joke...

      No shit? :-P

      --

      - Francis Ocoma

      Please wait while Sig Request is being processed...

    28. Re:Bah! by Anonymous Coward · · Score: 0

      Maybe, but Unlambda 2 is more interesting in many evil ways. Abstraction elimination is the lambda calculus in the wrong (for humans) direction, since our monkey brains like functions, procedures and equations that can be described by a relatively simple and easy to remember name.

    29. Re:Bah! by Anonymous Coward · · Score: 0

      The "Hello, user!" program is not so good, eh? It's got an unused subroutine and a buggy and inefficient read routine. Spotted those straight away. Yeh.

    30. Re:Bah! by Eli+Gottlieb · · Score: 1

      IA-IA! PHP, the Black Goat on the Web with a Thousand Page-Loading Errors!

    31. Re:Bah! by g0bshiTe · · Score: 1

      Can you show me a wikipedia article where someone has written what seems to be right?

      Here you go. http://en.wikipedia.org/wiki/Right

      --
      I am Bennett Haselton! I am Bennett Haselton!
  2. Go watch some fireworks... by LostCluster · · Score: 1

    It's gonna be a slow news night on Slashdot if they're pulling this one out.

    1. Re:Go watch some fireworks... by Orion+Blastar · · Score: 1

      Yeah you'd think Slashdot would report on economic issues, high oil and gas prices, or how the government and our employers are spying on us, using technology for each of them.

      Instead they report on a Spoof language and it isn't even April Fools day yet, OMG ponies!

      I suppose next they'll report on how some company is still using COBOL on an IBM 360 Mainframe to write up reports and someone ported Java to the IBM 360 Mainframe to serve those reports as PDF files using Jasper reports? Or maybe they will write that even if China has a bad economy and 1950's surplus tech for their military, they are still a super power and ignore all of the human rights issues they have had over the past 100 years and how communism is a good thing now.

      --
      Remember, Slashdot does not have a -1 disagree moderation, and no, troll, flamebait, and overrated are not substitutes.
    2. Re:Go watch some fireworks... by The+End+Of+Days · · Score: 1

      I think the Slashdot guys can only handle so much of you guys masturbating your fury all over the site, so they post stuff like this to take a break from it.

  3. In other news... by Anonymous Coward · · Score: 5, Funny

    Microsoft announces new language for the .NET platform, IronINTERCAL.

    With all the features of regular INTERCAL, but only runs on Windows Vista (tm).

    Miguel De Icaza had this to say about the exciting new development - "No Me Gusta." He's clearly speechless about this fabulous new language available only on Windows Vista (tm).

    1. Re:In other news... by smittyoneeach · · Score: 3, Funny

      The first IronINTERCAL project announced will be a MMOG version of a 43-Man Squeamish league.
      A crucial feature of this mock-sports extravaganza will be on-the-fly and occasionally randomized rules generation.
      Lead developer Q. Wolfgang Imboodaga denied vehemently the accusation that this is really a DARPA project to write a US Congress simulator.

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    2. Re:In other news... by Nefarious+Wheel · · Score: 2, Informative

      The first IronINTERCAL project announced will be a MMOG version of a 43-Man Squeamish league.

      Fail. The game was 43-Man Squamish.

      I still remember the invocation of the coin toss: "Mi Tio esta Infermo pero la Carretera esta Verde!*" (Portugese grammar corrected for me by Giglermo Regades, an Argentinian auto mechanic of my acquaintance in 1966.

      (*"My uncle is sick but the highway is green.")

      --
      Do not mock my vision of impractical footwear
    3. Re:In other news... by smittyoneeach · · Score: 1

      Big fail, indeed:
      http://en.wikipedia.org/wiki/43-Man_Squamish
      Does this mean I don't get my pony?

      --
      Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
    4. Re:In other news... by Anonymous Coward · · Score: 0

      "Mi Tio esta Infermo pero la Carretera esta Verde!*" (Portugese grammar corrected for me by Giglermo Regades, an Argentinian auto mechanic of my acquaintance in 1966.

      Fail. You see, this is actually Spanish, not Portuguese.

    5. Re:In other news... by Hognoxious · · Score: 1

      That's probably why the Argentine guy could correct it. If it had been Portuguese he'd have needed a Bazilian. Or indeed a Portuguese.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    6. Re:In other news... by Nefarious+Wheel · · Score: 1

      The original Mad Magazine article that introduced the sport did specifically reference Argentinian Portugese, though. IANASOPLSP.

      --
      Do not mock my vision of impractical footwear
  4. COME FROM revival by listen · · Score: 5, Interesting

    If you hunker down and squint at it the right way, COME FROM is really an early form of aspect oriented programming - non local transfer of control to the point of definition - yeah, yeah CLOS fans we know that real generic functions subsume AOP and date from the mists of the 80s - but this is from the early 70s so it is pretty interesting. Over application of hyped technologies for the win!

    1. Re:COME FROM revival by TheRaven64 · · Score: 1

      Exactly what I was going to post. Whenever someone talks to me about AOP, I try hard to understand why it's a less-bad idea than a conditional COME FROM statement.

      --
      I am TheRaven on Soylent News
  5. Idle dream by Jay+Maynard · · Score: 1

    The SPITBOL interpreter is available under the GPL, and a turnkey version of the OS it ran under is available. One of these days, if we can ever turn up a copy of the original INTERCAL compiler, I want to turn out an ISO image that's an IPLable, running OS and tools to run INTERCAL under Hercules...

    --
    Disinfect the GNU General Public Virus!
  6. LOLCODE by Anonymous Coward · · Score: 4, Funny

    LOLCODE might actually get this brain-damaged BASIC refugee trying their hand at programming again after all these years.

    1. Re:LOLCODE by Izzy84075 · · Score: 5, Funny

      You DO realize that's what it's supposed to do, right?

    2. Re:LOLCODE by Anonymous Coward · · Score: 2, Funny

      duh, man, that's like, the whole... point, or whatever, man.

      Proof that otherwise intelligent people, in groups, become absolute fucktards.

    3. Re:LOLCODE by exley · · Score: 5, Funny

      u is in our threadz
      missin teh point

  7. I wish I could remember .... by Anonymous Coward · · Score: 2, Funny

    Back in the 1970s somebody told me about an operating system. I can only remember a couple of statements:

    KILL SUPERVISOR

    JUMP SECRETARY

    1. Re:I wish I could remember .... by s7uar7 · · Score: 3, Funny

      You can do something similar in Mumps:

      New Day
      Read Newspaper
      Job Sucks
      Kill Supervisor
      Open Fly
      Do Secretary
      Close Door
      Go Home

    2. Re:I wish I could remember .... by Anonymous Coward · · Score: 0

      Your fly is open

  8. A widely accepted use of COME FROM by tepples · · Score: 5, Insightful

    If you hunker down and squint at it the right way, COME FROM is really an early form of aspect oriented programming

    Even before the alleged fad that is AOP, processors have had hardware support for COME FROM for a long time. It's called a breakpoint.

    1. Re:A widely accepted use of COME FROM by jonadab · · Score: 2, Funny

      Yes, but the real breakthrough in computing, which I'm sure will be coming any day now, is the computed COME FROM statement, wherein the COME FROM statement gives a *formula* (which can include arithmetic, variables, function calls, ...) for calculating the line number to COME FROM. When combined with the ability to COME FROM a single line to multiple other lines, as found in Threaded INTERCAL, this becomes very powerful. Especially when you can toggle it with ABSTAIN and REINSTATE, either globally (PLEASE DO ABSTAIN FROM COMING FROM) or on a per-line basis.

      --
      Cut that out, or I will ship you to Norilsk in a box.
  9. What? A spoof? by K.+S.+Kyosuke · · Score: 1

    All of us here thought it was for real! But at least, this explains the slip of our operating system project...

    --
    Ezekiel 23:20
    1. Re:What? A spoof? by Anonymous Coward · · Score: 0

      Now I understand the pain Microsoft had with the first version of Word. Insurance companies no longer accept programming related incapacity claims if you refer the usage of INTERCAL. Brainfuck is also on the no compensation list, especially in brain related disorders. Similarily, Whitespace is infamous among ophthalmologists. The cry "I can't see the code" still echoes in some of most famous medical centers of the Valley.

  10. Better spoof languages by russotto · · Score: 5, Funny

    INTERCAL has nothing on APL. Or even on Stroustroup's parody of C, which people actually think you're supposed to use.

  11. In production code! by Anonymous Coward · · Score: 0

    Sadly, I've actually seen worse abuses in source-code in shipping products. It was in C, does that count?

  12. P ' ' by tepples · · Score: 5, Informative

    Most people entirely miss the point of Brainfuck. It was never meant to be esoteric for the sake of it, or to "challenge and amuse programmers" as Wikipedia puts it.

    It was designed to create a compiler as small as possible.

    That, and Brainfuck is a realization of P ' ', the first imperative structured programming language ever to be proved Turing complete.

    1. Re:P ' ' by Goaway · · Score: 1

      It is, but whether this is intentional or accidental is unclear. The original documentation, what little there is of it, makes no mention of this.

  13. it's apparently amateur night by Tumbleweed · · Score: 5, Funny

    Oh please.

    Has noone here ever used perl? :)

    1. Re:it's apparently amateur night by Anonymous Coward · · Score: 0

      The language is named Perl.

    2. Re:it's apparently amateur night by sneezinglion · · Score: 1

      And grandparent obviously referred to the tool which is perl.

      Just because you wanted him to refer to the language does not make it true.

    3. Re:it's apparently amateur night by KermodeBear · · Score: 1

      Not according to my company's HR department. A few weeks ago they put out a job posting for a "Pearl" developer...

      --
      Love sees no species.
    4. Re:it's apparently amateur night by Myrddin+Wyllt · · Score: 1

      Not according to my company's HR department. A few weeks ago they put out a job posting for a "Pearl" developer...

      So.....an oyster then?

      --
      [ ]Half Empty [ ]Half Full [x]Twice as big as it needs to be
  14. Turn over the Google Source Code to Viacom in INTE by Nom+du+Keyboard · · Score: 4, Funny

    Google should just agree to turn over their source code in the Viacom suit after running it through a {sane language} ==> INTERCAL translator.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  15. The Apple Version by Nom+du+Keyboard · · Score: 3, Funny

    Then there's the Apple version: iNTERCAL.

    --
    "It's the height of ridiculousness to say for those 9 lines you get hundreds of millions."
  16. Special hardware support for INTERCAL! by Mr+Z · · Score: 3, Interesting

    Interestingly, TI's C64x family of DSPs has special instructions that speed up INTERCAL. The "SHFL" instruction directly implements INTERCAL's "mingle" operator. The "DEAL" instruction implements common special cases of the "select" operator. Nifty, eh?

  17. Converted by PhasmatisApparatus · · Score: 1

    A Postscript to PDF converter comes in handy ( http://www.ps2pdf.com/ ), as the documentation is provided in postscript and plain text (which is badly formatted).

    1. Re:Converted by linzeal · · Score: 1

      An actual PS reader like GhostView is far more handy. Sciences other than programming use something besides HTML and PDF pretty often to distribute their work.

    2. Re:Converted by Anonymous Coward · · Score: 0

      > A Postscript to PDF converter comes in handy

      If you have a Mac, it comes with a PS-to-PDF converter built in. It's called Preview! :)

    3. Re:Converted by PhasmatisApparatus · · Score: 1

      True, but if you use GhostView to view the linked postscript file, it will only display the first page. presumably there is some obscure comand-line way to access the other pages, but at that point, PDF converters are just easier.

    4. Re:Converted by Anonymous Coward · · Score: 1, Funny

      Um, which program are you talking about? If you're referring to the X11 program Ghostview, then you should be using gv, in which you can access other pages by the not-at-all-obscure non-command-line approach of clicking on the "next page" button. If you're referring to the Windows program GSview, on the other hand, then it's slightly harder: you access other pages by clicking on the "next page" button.

      Um, in other words, what the fuck are you smoking?

    5. Re:Converted by Anonymous Coward · · Score: 0

      Ditto any form of Linux. Really, it's only Windows that is missing basic functionality like this out of the box.

  18. Real Challenge... by stuffman64 · · Score: 3, Interesting

    How about instead of the Obfuscated C Code contest, we have an Unobfuscated INTERCAL Code contest where the object is to make INTERCAL code look as close to or at least as understandable as "normal" C (or other language) as possible while still performing a set action?

    --
    --- At my sig, unleash hell.
    1. Re:Real Challenge... by Mikkeles · · Score: 1

      But that would mean that INTERCAL could get an acronym:

      clawinopac

      --
      Great minds think alike; fools seldom differ.
  19. Woah! by Zwicky · · Score: 5, Funny

    Wow! Researching these esoteric programming languages has been more than a brainfuck - it is positively a brainfuck++. Nay, I'm sure just reading of them is causing an irreversible loss of knowledge of real programming languages - that must surely qualify as a quantum brainfuck whereby both cannot be fully comprehended at the same time.

    Man, now I really feel like a dumbf*ck! Fuck, Fuck! Double fuck!

    The bad news is that my pointy haired boss has ordered that all development switch to his new favorite language. I think he may have been smoking something.

    This is bad for me because he has now had to ask me to go ahead and come in on Saturday. This means I will have to cancel my date, who has real come hither eyes, and I was so confident it was going to be a real beneficial[0] night[1].

    Argh!

    I wish I could get all my ducks in a row so I could give him a swift kick with my size nines so he walks funny for a week, flick him the V and leave this crummy company; that would rock!

    [0] High five!
    [1] Unlike the last one, on which the lady gave me an unexpected present.

    --
    "Three eyes are better than one" -- Lieutenant Columbo
    1. Re:Woah! by armanox · · Score: 1

      If I still had mod points I'd mod you up.

      --
      I'm starting to think GNU is the problem with "GNU/Linux" these days.
    2. Re:Woah! by Anonymous Coward · · Score: 0

      That's the dullest Slashdot comment I've ever read.

    3. Re:Woah! by turgid · · Score: 1

      That's the dullest Slashdot comment I've ever read.

      I say, I say, I say,... My dog's nose is a comedian!

      Why's that?

      He smells funny!

  20. Putridos by techno-vampire · · Score: 2, Interesting

    Those of you who think INTERCAL or some of the other languages mentioned here are weird have never run across the weirdest OS ever conceived: PutriDOS. Among other things, the Clear Screen command blew all the phosphors off the inside of the CRT so that it could be examined, it had a "pretty printer" for its assembly language that reformatted the output into stars, flowers and other images, and an "upgrade" of FORTRAN called 4.1TRAN. It was supported by three companies, PutriDOS, PutridDOS and Putritech, who tended to forget which company wrote which program and upgrade each other's products in incompatible ways. Generally, your best bet was to find a user's group and request a hex patch.

    --
    Good, inexpensive web hosting
    1. Re:Putridos by tirerim · · Score: 1

      That's pretty funny, but it should perhaps be pointed out that INTERCAL actually exists (i.e. there are real compilers available).

  21. PLEASE post by Anonymous Coward · · Score: 0

    PLEASE post message

    Request denied, you are excessively polite.

  22. Now THIS gets me thinking ... by InterStellaArtois · · Score: 2, Interesting

    Languages as we know them have well-known paradigms such as functional decomposition, object orientation, casts, blah blah. And we're limited to these ways of thinking, useful as they are.

    But to invent a parody language which doesn't really have to be useful ... could produce ideas we wouldn't have thought of along traditional lines.

    Anyone who reads Edward de Bono (who teaches thinking skills including how to have creative ideas) knows about the 'provocation': you make some nonsensical statement about the problem domain, then see what interesting possibilities that opens up. The idea is to brainstorm and hopefully useful ideas will come out of the process.

    E.g. off the top of my head ... Provocation: "computer languages should have source code which is unreadable" Leads to these (pretty random) ideas

    • A language with a very large instruction set, perhaps allowing low level access into graphics APIs etc. but reasonably high level semantics
    • A new microprocessor design which allows for a high level language which doesn't need to be compiled, a 'compromise' between the machine and its programmer
    • Deliberate obfuscation of the source (OK nothing new there)
    • Create a new natural language which is closer to how machines think, and have people program in that

    I think silliness is a good way to solve many problems, thinking from outside the usual boundaries is often what's needed. Using the right tool for the job is normally the best approach but to paraphrase TFA a hacker is 'One who builds furniture using an axe' - now that has to result in some new ideas.

  23. Not the same thing by Moraelin · · Score: 1

    As an assembly programmer, I find it not even vaguely similar, at least in spirit and purpose.

    A breakpoint is essentially a one-byte CALL. No more.

    It's used by debuggers as a makeshift COME FROM, yes, but there's no way to use it in assembly code as an invisible COME FROM. (Except if you do self-modifying code, but then in that case you can do anything whatsoever, not just COME FROM.) If you actually wrote that instruction in an assembly program, it would work as a CALL, and it would be visible right there, at the position you break from. It doesn't confuse the poor maintenance sod even remotely as much as a COME FROM that's in another file entirely and makes his method do extra (or less!) stuff that he can't see anywhere in the actual code of that method.

    AOP creates that extra oportunity to make someone cry when they try to understand your code. Make a seemingly benign getter method alter the variables in a whole other class? Sure. Why not? Change a classloader so everything becomes public in loaded classes, and another module so it changes what you thought was a constant? Make a method call a whole unrelated module and cause all sorts of side-effects? Go ahead. The world is your bitch when you can use a COME FROM in any place you wish, and have it hidden in a whole other source file, and inserted in a whole different pass of the build.

    The maintenance engineer sees your program like through a narrow cardboard tube. He doesn't know the big picture, and usually isn't given the time or budget to learn it. He just sees one screen at a time. And expects that if he sees no calls, there are no calls made from there, or none that he should be aware of. Make his day interesting by adding all sorts of aspects, so the method does more than what the source code says, or something else entirely. ;)

    Which I guess is why most people only use it to insert extra debug or timing log messages.

    --
    A polar bear is a cartesian bear after a coordinate transform.
    1. Re:Not the same thing by tepples · · Score: 1

      A breakpoint is essentially a one-byte CALL. No more.

      On some CPUs and some debuggers. Other CPUs have hardware support for a small number of breakpoints, causing an interrupt/exception/signal/whatever when the instruction pointer hits a specific value.

  24. Object Oriented PostScript programming by SimHacker · · Score: 1

    Speaking of obscure programming languages: I used to work with Don Woods at Sun Microsystems, where we wrote a user interface toolkit in object oriented PostScript. (TNT: The NeWS Toolkit -- for the James Gosling's Network extensible Windows System.)

    -Don

    --
    Take a look and feel free: http://www.PieMenu.com
    1. Re:Object Oriented PostScript programming by amacbride · · Score: 1

      Ah, NeWS and TNT. I have fond memories of my first year at Sun (1990), prototyping a system in TNT (which would have been nearly impossible to do any other way, given the other technology options at the time.) We used a notebook metaphor (with tabbed pages), and for fun, I made the tab corners rounded, and included 3 "holes" in the windows to make them look like lined 3-hole notebook paper. The code to implement it was surprisingly clean and elegant, but took a bit of doing to get your head around it.

      Good times!

    2. Re:Object Oriented PostScript programming by SimHacker · · Score: 1

      Cool! That was the same year I started there. I don't know your real name, but we may have known each other. You can email me if you like at dhopkins@DonHopkins.com.

      Were you on the Ruby project? (The port of the HyperCard clone PLUS to NeWS.) After giving up on Sun, I went to work with Arthur van Hoff at the Turing Institute, to develop his "GoodNeWS" aka "HyperNeWS" aka "HyperLook" system, which was a from-the-ground-up reimplmentation of HyperCard in PostScript, with a network client interface (like an AJAX user interface builder), and I ported SimCity to that platform, writing the user interface in PostScript, and integrating TNT widgets so you could cut and paste and edit them in the user interface builder.

      Arthur is visiting his mom in Amsterdam, and I'm going to see him this week! At Marimba, he wrote a system called "Bongo" that was a lot like HyperLook, written in Java. Never went anywhere though -- it got steamrolled by Java Beans (which never turned into a viable user interface framework anyway, but just got used on the server).

      Somewhere I still have a copy of ptape.ps, which makes a window in the shape of a piece of paper tape (that TTYs and old computers used for storage) with binary holes for ASCII characters punched into it. You can type text into it and it reshapes the window to be longer with more holes. Totally useless but fun to write!

      -Don

      --
      Take a look and feel free: http://www.PieMenu.com
  25. If they're talking to Grace Murray Hopper by Hognoxious · · Score: 1

    If they're talking to Grace Murray Hopper, are they using a medium or a ouija board?

    --
    Confucius say, "Find worm in apple - bad. Find half a worm - worse."
  26. base three by mmphosis · · Score: 1

    Although the primary base numbering system in machete is unary, base three has it's advantages, especially in flux between the numbers three and six. See the enneagram.

  27. Re:If they're talking to Grace Murray Hopper by iapetus · · Score: 1

    IDENTIFICATION DIVISION.
    PROGRAM-ID. COMMUNEWITHDEAD.
    ENVIRONMENT DIVISION.
    INPUT-OUTPUT SECTION.
    FILE-CONTROL.
    SELECT PRINT-FILE ASSIGN TO BEYOND-THE-GRAVE.
    PROCEDURE DIVISION.
    OUIJABOARD.
          DISPLAY "GRACE? CAN YOU HEAR ME, GRACE?".
          STOP RUN.
                                         

    --
    ++ Say to Elrond "Hello.".
    Elrond says "No.". Elrond gives you some lunch.
  28. Forth by Tim+Locke · · Score: 1

    Forth supports base 3, and any base from 2 to 36.

    --
    *** On the Internet, no one knows you're using a VIC-20
  29. budget accommodation by riya1984 · · Score: 1

    Hi, guys Online reservation for budget accommodation in the most visited destinations in Europe : London, Paris and Barcelona. List of hotels, apartments and hostels. Sana budget accommodation