particlesim::particlesim("Status");
Project Status:
Nearing Alpha
May 23, 2006
Alright, status reports, the part every programmer dreads. Except that we actually have progress to report, so there's really nothing to dread. ParticleSim is nearly ready for an alpha release. Over the last six days, we've gone from a skeleton of a program with an input file parser and not a whole lot else, and turned it into a nearly complete Unix utility, with command flags and everything. As of now, it can parse command line switches, parse input (from a file or stdin), and run all the expected calculations on the particles. The only thing left to do is write code to have it output things, which will be done either to a file or to stdout.

-Robert Bieber