Re: Encapsulation



Jon Harrop wrote:
Arne Vajhøj wrote:
If you look out in the real world, then you will see that
somehow people are able to write software with lots
of assemblies without the ability to have a "nested
assembly" mechanism.

Absolutely. Many of our competitors are bumbling around with enormous
Fortran 77 codebases that have no encapsulation or high-level structure at
all.

Tolerating the same deficiencies would mean commercial suicide for us.

I was talking about .NET code even though I also know about
some Fortran code.

But one size does not fit all. Maybe C# and .NET is not
suitable for your apps.

Arne
.



Relevant Pages

  • Fortran Version Question Apr. 8, 2009
    ... FORTRAN VERSION QUESTION ... Information is being sought regarding versatile, free download Fortran compilers ... One of the steps in the effort involves getting procedures established that would enable them to use different language computer programs to work on the same project. ... --- The ability to accept input using a standard type input command involving pressing the Enter key after typing in the data, and the ability to check for keyboard key presses with something like a GetKey command. ...
    (comp.lang.fortran)
  • RE: Get Key Function?
    ... Key" function for Fortran - the ability to have a program read input ... from a keyboard without having to push enter - and I've found a few ... the keycode if there was a strobe. ... But other fortrans don't have this ability. ...
    (comp.lang.fortran)
  • Re: Basic question on local variable
    ... Yes, as far as I know Fortran never adopted that ability, and even if it did guarantee to pass a temporary, as far as I know you are still not allowed to modify it. ... Fortran compilers are allowed to optimize out the parenthesis in y = addten), ...
    (comp.lang.fortran)
  • Re: Fortran Preprocessor?
    ... Timothy Patrick Gallagher wrote: ... The thing I miss the most is the ability to use #define to set ... constants (I don't like using static/parameter memory variables). ... The analogy between Fortran and C is not very close; I don't know of anyone who prefers pre-processor macros to Fortran PARAMETER constants, even among those who use tradcpp heavily. ...
    (comp.lang.fortran)
  • Re: ASP.NET 2.0 (beta) and Reflection
    ... also wanted the ability to load objects that are in the /code ... After browsing through all the assemblies I found this... ... compilation. ...
    (microsoft.public.dotnet.framework.aspnet)