Re: [swift-users] noob question about modules

2017-09-18 Thread blaster_in_black via swift-users
t; alb...@apple.com> wrote: > >> No, submodules in Swift bear little relation to sub packages in Java. It's >> really just a way of partitioning the namespace within a single module. Nor >> is there any relation between the path and the name of the module either.

Re: [swift-users] noob question about modules

2017-09-14 Thread blaster_in_black via swift-users
dule. Nor > is there any relation between the path and the name of the module either. > > Alex > >> On 12 Sep 2017, at 22:41, blaster_in_black via swift-users < >> swift-users@swift.org> wrote: >> >> Hi, >> >> I am beginning with Swift 4

[swift-users] noob question about modules

2017-09-12 Thread blaster_in_black via swift-users
Hi, I am beginning with Swift 4 (coming from the Java world) but I do not have yet a Swift development environment to experiment with. Therefore my question(s) might sound a bit silly. Unfortunately, I haven't been able to answer them by reading the online Language Guide. 1) What makes a submo