Public. Static. Void.

Comment
Share |

From Scott Rosenberg’s excellent new book, Dreaming in Code:

‘Hello World’ looks more forbidding in Java, one of the workhorse programming languages in today’s business world:

     class HelloWorld {
          public static void main (String args[]){
               System.out.println("Hello World!");
               }
          }

Public static void: gazillions of chunks of program code written in Java include that cryptic sequence. The words carry specific technical meaning. But I’ve always heard them as a bit of machine poetry, evoking the desolate limbo where software projects that begin with high spirits too often end up.

Related posts:

  1. Semantics in Markup of Ranked Tag Lists
            Summary: A CSS demonstration of tag presentation and the discussion...
  2. Interview: Andrew Sutherland, creator of Quizlet
            Seen Quizlet yet? It’s the ultimate flashcard replacement. I’ve mentioned...
  3. WordPress Sux!1
            Occasionally, a jumble of non-sequiturs is so deranged that it...
  4. “I sit with Shakespeare and he winces not.” — W.E.B. Du Bois
             I sit with Shakespeare and he winces not. Across...
  5. On Orange XML Icons
            Summary: A useless clarification of a meaningless stance on an...