<p>"bearophile" <<a href="mailto:bearophileHUGS@lycos.com">bearophileHUGS@lycos.com</a>> <br>
> Gotos are not so evil. Just use them when they are useful and they can't be replaced by structured programming. In D I create finite state machines at compile-time that use gotos, they are quick.</p>
<p>Do you happen to still have the code, by any chance? I think Phobos could use a std.fsm, to automatically generate FSM at compile-timeĀ (using lots of gotos :) ).</p>