Hi,
What about optimizations of constant expressions in Pike? Say, something like "x = 1 + 2 * 3" will be evaluated during compile time or runtime? I tested a simple case "x = 1/0" and got runtime error, which makes me doubt that constant expressions will be reduced at compile time... Regards, /Al