"RokuMarkn" wrote:
Well, here's mine. Don't look if you're still playing.
[spoiler=84 chars:z505pj9s]...[/spoiler:z505pj9s]
Interestingly, there is some space for "optimization" (shortenization? briefization?) there:
- replacing the first MID with LEFT shortens it from 84 to 82 chars
- dropping `q` and using chr(34) in all 4 places keeps length at 82; does not seem to help but wait, wait for it...
- ... omitting ";" wherever possible* (2x3 places) now brings length down to 76, woo-hoo!
Btw. saying that you used different technique made me thinking yesterday what else can i do... and i remembered a string function documented last year (it's available in fw3 though). With its help my personal record now is down to 62! **
[spoiler=62 chars ramagan:z505pj9s]
""(((()))),,,,0013344::==??SSSSSS^^^bbcceehhiirrssssttttttuuuu
[/spoiler:z505pj9s]
(*) i know, border-line criminal but the B/S parser is the de-facto standard on the language (like perl) and it does not require ";" nor extra whitespace in print
(**) i wonder if someone else (e.g. @belltown) can bring that count even lower