Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Rascal 是否进行尾调用优化?特别是,如果我使用尾递归而不是那些内置的循环构造编写代码,我会期望效率损失吗?
是的,您应该期望当前实现会降低效率。
我们确实希望编译器(现在正在编写)将来会进行尾调用优化。