Y
Hacker News
new
|
ask
|
show
|
jobs
by
mratsim
2103 days ago
GCC, Clang, ICC do support computed gotos and you can fallback to ``while true`` loop + switch dispatch for others.
This is what Nim does:
https://nim-lang.org/docs/manual.html#pragmas-computedgoto-p...