On Wed, Sep 01, 2010 at 05:32:52PM +0100, Tim Bunce wrote: > > So instead of method USELESS_CONSTANT (--> Int) is export { 4 } > it now does method USELESS_CONSTANT (--> Int) is export { return 4; }
I've switched to the compact form and added escaping of embedded quotes for string. I'm sure there are bugs lucking here if there are mismatches between how java and perl handle backslashes, but it's good enough for now and easy to fix later if need be. > If you've time, I'd be delighted if you could update the TODO, to remove > the section on constants, and start exploring anything else in there > that takes your fancy. If you, or anyone else, wants to take a stab at any of these, just go ahead. No need to ask. Tim.