× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Phil,

By a modern language, I mean one that allows modern techniques.

Strings are defined as a class. All string functions, including "copy"
execute as calls to methods of the string class.  In RPG  the copy of a
string executes as a single MI CPYBLAP instruction. In C++ the same copy
will execute as a function call, memory alloc, byte by byte copy. Much more
cpu is needed.

In a modern language data members of a data structure are "Set" and "Get"
using class methods. In RPG, the data members are accessed directly.

If you follow this methodology in the design of your appl, you wind up
encapsulating and abstracting all over the place.

Much more cpu is needed.

Steve Richter

----- Original Message -----
From: "Hall, Philip" <phall@spss.com>
To: <midrange-l@midrange.com>
Sent: Thursday, December 27, 2001 3:37 PM
Subject: RE: Trivia: Processor MHz


> > This is not trivial.  The slow cpu of the iSeries prevents modern
> > programming languages from being used on our system.
>
> A high percentage of OS/400 is now written in C++ (at no loss in
> performance)
> The iSeries (albeit a large one) holds (or did very recently) the Java
> benchmark #1 position
>
> Which 'modern' language are you referring to ? C#, Python, Ruby, ?
>
> --phil
> _______________________________________________
> This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
> To post a message email: MIDRANGE-L@midrange.com
> To subscribe, unsubscribe, or change list options,
> visit: http://lists.midrange.com/cgi-bin/listinfo/midrange-l
> or email: MIDRANGE-L-request@midrange.com
> Before posting, please take a moment to review the archives
> at http://archive.midrange.com/midrange-l.
>
>



As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 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.