On 7/22/2012 4:35 PM, bearophile wrote:
Computed gotos are useful to write interpreters. Interpreters are a niche but
important purpose of system languages like D. Computed gotos are also useful to
implement certain finite state machines (like some used in computational 
biology).

D already has it: http://dlang.org/statement.html#FinalSwitchStatement



Reply via email to