Thanks. On a related note, I've been having fun populating the Rosetta Code page for wart: http://rosettacode.org/wiki/Category:Wart. After seeing this I just realized that arc has no representation at all!
Shouldn't Arc provide something like pthread_join? A function that wakes up the thread that waits -- rather than continually checking for all threads to exit?
To make the .lsp example work you have to modify static-filetype at lib/srv.arc (https://github.com/arclanguage/anarki/blob/31b773d91a/lib/sr...) to handle the new extension. I'm away from my usual machine, so can you send me a pull request if you get it working? :)
PG has said he's still working on it, but you probably shouldn't rely on seeing further updates from him.
The community here makes updates from time to time, and I think we're pretty responsive to questions and bug reports. But our changes are not 'blessed' by PG or anything. Since PG has said that "future releases can break anything", such a blessing wouldn't be of much use anyway.
Bottomline: It's not for you if you just want features and don't care how they're built. But if you like the idea of gradually mastering the internals of the tools you rely on -- welcome aboard! You don't have to know anything at the start; we try to be very helpful.
The -m option means to call the "main" function now. Just leave it out. It used to mean "--mute-banner", which suppressed the "Welcome to MzScheme" line.