作者allstarschh (allstars)
看板PLT
标题[问题]请问为什麽C不支援nested routine?
时间Mon Apr 21 19:11:34 2008
想请问为什麽C不能nested routine?
CFL不是可以parse 这种 grammar 吗?
nested routine的优点又是什麽呢
看了wiki
http://en.wikipedia.org/wiki/Nested_functions
并没有很详细的提到nested routine的优点与缺点
还有nested routine 的scoping
是算dynamic scoping 吗
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 211.22.63.250
1F:推 godfat:觉得用处不大的关系?应该还是用 lexical scoping 就好吧? 04/21 20:04
2F:推 sunneo:其实gcc有extend nested routine 01/03 16:22
3F:→ sunneo:好处是不同函式内可以有同名不同效果的函式 01/03 16:23
4F:→ sunneo:ex: compare function 01/03 16:23