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.
一些语言允许模块跨越多个文件。在 Frege 中,这意味着模块的命名空间将对以后的扩展“开放”。我认为这是不可能的,因为模块是由它们编译的类文件定位的——除非会有一些聪明的命名技巧。我只是想确定一下。
不,它不能。一个模块,一个文件。