I really like Haskell, it's what I use to write all my fun code. Check it out if you get the urge to learn something new.
I've figured out that the conditions can be written at the same time as the tree transformer, so if you get the urge to write one, go for it :)
I'll put up a list of Conditions to be written soon. I may even post Unit Tests for them.
Ah, so much to learn, so little time. Bea is whipping my butt in RT2, but that's to be expected, she's been whipping the computer's butt for more than a year.
It looks like it would be more efficient to rewrite genpy.py as a visitor using Jeremy's framework.
Hmm. I think I'll work on the tree transformation module more first.
I think I now know enough to be able to get most of the tree transformer done. Wheee! Once the tree transformer is done, the hardest thing left will be run-time instrumentation to prove the IsExclusive() condition. The tree transformer is definitely the midpoint of this effort.
In other news, a few days ago I made a bunch of changes to a Python front end to mpg123. It's called Pimp3 and it's very hackable. It associates a rating with each mp3 you have. If you hit "next" during a song, its rating goes down one, if the song plays through, its rating goes up one. It's a spiffy idea. I've always wanted to play with a Python front end to mpg123.... Now if only I can figure out how to stick it into the gnome-panel......
I wonder if it's time for me to try out the window manager written in Python.... Hmmmmm.
He mentioned that tree transformation in BRM seems to him to be similar in spirit to the Python XML Validator written by Lars Marius Garshol. I've been perusing Lars' code for about an hour or so. It's definitely sparked some ideas.
At this point I'm considering subclassing the Node classes in Python2C's ast.py and adding getParent and getSiblings methods to them. I think I could write a fast tree search that just looked in a dictionary for nodes and then asked those node personal questions about their relatives. I'm not sure how difficult it would be to implement those methods though. I'll know soon enough.
Minor progress has been made on the tree transformer.
Also, Bicycle Repair Man is soon to appear on the http://www.refactoring.com website. I hope that will increase developer interest in the project.
Nice to see that Moshe Zadka is on advogato now.
I wish I could collaborate with someone for awhile.
FOAF updates: Trust rankings are now exported, making the data available to other users and websites. An external FOAF URI has been added, allowing users to link to an additional FOAF file.
Keep up with the latest Advogato features by reading the Advogato status blog.
If you're a C programmer with some spare time, take a look at the mod_virgule project page and help us with one of the tasks on the ToDo list!