16 May 2003

16May2003

Technical Accuracy in a Movie?

By carlfish on

I'm going to see The Matrix Reloaded in about two and a half hours. Just now, I was reading JWZ's blog and discovered that it contains evidence of the first ever technically accurate computer-hacking scene in a movie.

16May2003

Closures and Java: a Tutorial

By carlfish on

A closure is an anonymous function that `closes' over its surrounding scope. Thus when the function defined by the closure is executed, it has access to all the local variables that were in scope when it was created.