This is an update from Smalltalk-like browser for perl. After posting here and getting some lovely comments (especially from dave0) I added some lovely features. The main change is that instead of customized .goe files I use Parse::RecDescent to parse actual .pm files. Well... simple ones anyway.

So now the system depends upon Parse::RecDescent 1.80 (besides Gtk 0.7006). The loading scripts are now part of a system, and editable from inside the browser. I also added a workspace (basically a text box for dynamically running code). All the parsing that goes on makes it kind of slow to load though.

To play with it, get a tarball here or visit the project webpage. You are basically the first people to see this project, so I'd love lots and lots and lots of feedback. Oh... and I just set up a sourceforge page for goe, mostly to see what was involved in starting a project there, but in the future you may want to keep an eye out there for updates. There is nothing there now.

I think thats it. Have fun.