August 28, 2004

Java Regex Stuff

A few links concerning Java's regular expression handling:

  1. Tim Bray on Java outperforming Perl regular expressions.
  2. Matt Quail on why Java regular expressions still have some work to do, i.e. not start to throw stack overflow exceptions on (x|y)*.

And people (admittedly geeky kinds of people) wonder why the lack of tail call elimination in the JVM is a problem!

August 20, 2004

Skunk Works

I've recently been interested in the history of the skunk works run by Lockheed during the second world war, here are a couple of links to some PDFs about "skunk works" in modern day business.

August 17, 2004

Bruce Eckel on Process Patterns.

Bruce Eckel recently wrote an interesting piece on the software development process and anti-patterns associated with this process.