3
Pike is a dynamically typed interpreted scripting language, heavily influenced by C, which typically compiles to C99 with a few #define
s. (It even has a preprocessor!)
What general tips do you have for golfing in Pike? I'm looking for ideas that can be applied to code golf problems in general that are at least somewhat specific to Pike (e.g. "remove comments" is not an answer).