[Oberon] Oberon for a C++ user.
Douglas G. Danforth
danforth at greenwoodfarm.com
Tue Oct 4 21:54:29 CEST 2016
On 10/3/2016 9:38 AM, Andreas Pirklbauer wrote:
>
> PS: I’m not convinced that this problem should in fact be solved at
> the module level. This seems to be a software deployment and/or
> management issue. If there was a separat abstraction level “apps”
> (which one could simply define to be module groups) in Oberon, serving
> as the basic unit of software distribution (like in modern mobile
> devices), then one could simply define a “top-level” module within an
> given “app” (bundle) and be done at that moment.
>
>
I disagree. In BlackBox there is the module Views which contains a
procedure variable that is set by a client of Views.
But ANY module can be a client of Views (IMPORT Views) so there is no
"group" that can be used to somehow be used to bundle an app.
-Doug
More information about the Oberon
mailing list