|
-----Original Message----- From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx]On Behalf Of Hans Boldt Sent: Monday, November 03, 2003 8:59 AM To: midrange-l@xxxxxxxxxxxx Subject: Re: ILE vs CLI. was V5R3 >It isn't entirely clear to me either, but CLI basically does what >the Java runtime environment has done for about the past 10 years. >CLI is basically MS's re-invention of the JRE. what is JRE? Jave runtime env? What CLI does that Java does not is it lets other languages participate in what MS refers to as the "managed code" whatever. Java means "Java only" as in "throw away all your RPG and C++ legacy code and programmers". As we see with the demise of SUN, maybe this Java only approach is not acceptable to the marketplace. The fact that debates flair up from time to time on MS newsgroups as to which is MS's favorite language, C#, VB or C++, shows that CLI is language independent. So, CLI is basically a re-invention of the JRE only if the construct "re-invention" is intended to mean "big improvement". >I don't believe MS's >implementation of CLI is open source, but the definition has been >submitted to ECMA for standardization. One open-source project, Mono >(http://www.go-mono.com/), includes a CLI virtual machine that runs >on a number of platforms. >ILE on the other hand, is basically a beefed up system for static >binding of modules, something which has existed in other operating >systems for decades. >So basically, you're comparing apples and oranges when you try to >compare CLI and ILE. So why was ILE not called BUSB? CLI= Common Language Infrastructure. ILE=Integrated Language Environment. Common and Integrated are synonomous , Language and Language we all agree are the same and Ifrastructure and Environment are also synonyms. If they are both named to describe ducks, shouldnt they both be considered ducks? Yes, ILE has a run time, what is the structure of a module call stack, how does the OS resolve to, activate, compare the signature and start to run a called procedure, aspect to it. ILE also prescribes a COMMON way of prototyping procedures. A "C" procedure is interchangeable with an "RPG" procedure. Speaking as a CLI, managed C++ novice, CLI specifies the common denominator way that a language should implement classes, events, function pointers ( delegates ) and exceptions. A managed code C++ class, that is a CLI compliant class, can be used natively in VB or C# code. It is a bit like ILE prescribing how data structures are to be declared so that an RPG data struct could be declared LIKEDS( C struct ). -Steve
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.