|
|
|
|
|
by CodeArtisan
2962 days ago
|
|
>The only language where unconditional jumps make sense is Assembly. In Scheme, because a lambda expression is a closure and shall be optimized with tail call elimination, it is considered as the ultimate goto. It's goto but with procedural abstraction. |
|
Even call/cc is more structured than plain gotos.