And, if I hadn't seen the above "scroll down" I wouldn't have found it either. In FF, with the mouse pointer in the blue area where it lists the 3 systems, the mousewheel won't scroll and so I never found the artifacts section until I stumbled onto that gotcha lol :)
Eventually, I downloaded a 9.0 windows wish, and it just crashed silently - a system monitor showed that a program werfault.exe was run as it's child process (description: windows problem reporting); however, an 8.7a6 would run.
A linux 9.0 wish did run, but I wanted to test some thread stuff and it doesn't have the thread package built in. I tried pointing auto_path to the directory where an installed 8.6.9
libthread2.8.4.so lives but it said it couldn't find the package, and when I tried to just load it, it said:
$ rlwrap ./wish9.0a4_snapshot
% load /home/et/test/
libthread2.8.4.so
interpreter uses an incompatible stubs mechanism
So, while useful to try some new built in stuff, like lseq, it's not of much help to me.