Georgia Bell Interpreter(ID:2037/)

Georgia Tech version of Bell  


Version of the Bell interpreter for Georgia IT to accomodate 24 bit machinery, abandoned after it proved "more clumsy" than the original.


Structures:
Related languages
L1 => Georgia Bell Interpreter   Adaptation of

References:
  • Atchison, William F. "Training [at the Georgia Institute of Technology] for Engineering and Scientific Applications via Compilers, Interpreters, and Assemblers" view details Abstract: This paper reviews the use of Endicott and Georgia Bells, FORTRAN, FORTRANSIT, Runcible, IT, Oracle, and non-use of SOAP and GAT, at Georgia IT in 1957-58 [DP] Extract: Endicott and Georgia Bell Interpreters
    During the summer of 1956, I attended a series of seminars at Endicott, New York, given by the International Business Machines Corporation. One of the talks was given by Dr. Richard Hamming on the new Bell General Purpose System Interpretive Scheme which was currently being developed at Bell Telephone Laboratories. Hamming sent me a copy of this system as soon as it was available. I turned it over to one of the professors in the School of Electrical Engineering and asked him to give it a trial run. At that time he did not have much experience with computers, but he was successfully able to employ this system and was, in fact, very enthusiastic about it. He then asked me if I would give a series of seminars on its use to the Electrical Engineering faculty and graduate students. AS a consequence of this seminar, several faculty members and students utilized the computer on their individual research or thesis problems.

    During the same school year, I used the Bell System in my course on the numerical solution of ordinary differential equations. All the students in this course were asked to do all their numerical problems employing the Bell System. I felt that this quarter of work was particularly successful in giving the students an understanding of the problems involved in numerical computation work. I was able to ask the students to solve many more problems than when I had previously taught the course, and I also was able to ask them to vary the increment of integration much more widely. I feel that one of the greatest benefits derived from such a course was the subtle one of providing a very high motivation for carrying out normally rather dull computational work.

    Since the two experiences mentioned above, at least one seminar on the Bell System has been offered each quarter. Some quarters seminars have been given for special groups such as chemical engineers, or civil engineers, or mechanical engineers, with an emphasis on their particular type of work. The attendance in these seminars has varied from thirty to sixty, with the latter number being more frequently the case. Somehow this system seemed to catch the fancy of both students and faculty and really went over. There are a number of courses now in which the instructors regularly require their students to solve problems on the computer using the Bell System. These include a special problems course in Chemical Engineering, a photogrammetry course in Civil Engineering, a machine design course in Mechanical Engineering, an optics course in Physics, and a structures course in Civil Engineering. In the latter course, in addition to using the Bell System, the students are also required to utilize our standard IBM 650 Library for such things as the solution of systems of simultaneous linear equations. Our success with the Bell System on the IBM 650 inspired us to write a similar interpretive scheme for the 1101. This was again a three-address system, but unfortunately with our 24-bit word it was necessary to use three words to hold the interpretive order. It also employed the octal number system for addresses, as is customary on the 1101. The hope, of course, was to be able better to utilize the 1101. But these hopes were very quickly lost because the system was inherently more clumsy than the 650 Bell System. Thus, for the moment, we have abandoned our interpretive system for the 1101.
    Extract: FORTRAN, FORTRANSIT, RUNCIBLE, Bell
    Shortly after FORTRAN was made available on the 650 in the form of FORTRANSIT, we ran seminars on it. I t was felt that the high mnemonic value of the FORTRAN language would be a further aid to programming. This turned out to be the case for those students or faculty members who were already familiar with the Bell System or with machine language. However, it appeared to us that those without some previous computer background did not take to the FORTRANSIT compiler system as well as they did to the Bell General Purpose Interpretive System. Students with the appropriate background and with more complex problems were pleased with the ease with which they could program their problems using FORTRANSIT.

    It was about this stage that we decided that we would try to make the FORTRAN system available on our 1101. Also about this time the ElectroData Division of Burroughs Corporation indicated that they planned to make the FORTRAN system available on their forthcoming 220. Thus we felt that, by writing FORTRAN for the 1101, we would be able to program a problem in the FORTRAN language and run it on any one of our three machines. In this manner we would then be able to equalize the load on our three machines. Consequently, a year ago this past summer two of our programmers started writing FORTRAN for the 1101. They continued this work until they attended the seminar on compilers held last February 18-20, 1959, at Carnegie Institute of Technology, which was jointly sponsored by Carnegie, Case, and the University of Michigan. After returning from this seminar, these two boys reviewed their work and the compiler systems presented at this conference. They then recommended that the course of their work be changed from making FORTRAN available to making the RUNCIBLE system available for the three computers. As most of you probably know, the RUNCIBLE system of Case is the result of several revisions of Dr. A. J. Perlis' IT system. Our boys felt that RUNCIBLE was logically far more complete and much more flexible in its use. It was felt that these two major advantages were sufficiently great to overcome the loss of higher mnemonic value of FORTRAN. It was thus decided that the RUNCIBLE system would be used instead of the FORTRAN system. Since RUNCIBLE is more complete logically, it would be a relatively easy task to put a translator in front of RUNCIBLE to be able to handle the FORTRAN language if it was later decided that this was desirable.

    Our decision to adopt RUNCIBLE rather than FORTRAN has been further justified by the fact that the ElectroData people appeared to have set aside  their project to write FORTRAN for the 220. In the meantime, our programmers have also been able to run the RUNCIBLE on the 220 by use of the 650 Simulator. The simulator was written by the ElectroData people for the 220 and appears to be very efficient in the cases where we have employed it. It is true that this is not an exceedingly efficient use of the 220, but it is also true that in our case we will probably not run many compiler programs on the 220. It currently appears that we have enough people willing and able to write the machine language to keep the 220 busy. Even though we only installed the 220 early this year, we are already running two shifts on it. Most of this work is either sponsored research work or faculty-graduate student research projects that require the larger machine. Essentially, no one-shot small problems have been put on the 220.

    We are currently running our third seminar on the RUNCIBLE system. The attendance at these seminars has varied. This quarter our Bell seminar drew the usual sixty people, and the RUNCIBLE seminar only seven. However, the two previous RUNCIBLE seminars had about twenty each. In order that we may not be accused of being out of date relative to the current push on compilers, we are considering the possibility of offering only the RUNCIBLE seminar next quarter. Perhaps this will help overcome the mass momentum that has developed relative to the Bell System. I still have, however, the strong feeling in my own mind that, for the smaller one-shot computer projects of the uninitiated, the actual time elapsed between problem initiation and problem solution may be considerably less in using the Bell System. I had the experience of sitting down with a sharp faculty person one afternoon and describing the Bell System to him. The next day he came back with a moderately complex integration problem completely programmed and ran it on the 650. I have not had the exact set of circumstances to try the RUNCIBLE system, but I doubt that the same degree of success could be achieved.

    It seems very clear to me that an undisputed value for a compiler system such as RUNCIBLE or FORTRAN is for the larger-scale problems and for experimental mathematical studies, where the model is sufficiently changed to make it unfeasible efficiently to employ a simple interpretive scheme. My current feeling is that, within an educational research situation such as ours, there will always be a place for interpretive systems such as the Bell System. I t seems to me that, in learning such a system, one gets a better feeling for the way in which the machine actually functions. After all, the interpretive schemes are not too far removed from machine-language programming and yet still have many advantages over such programming. It appears that, the wider the basic knowledge that a student has, the more useful he will be when he goes out into industry, even though there his computer work may be confined to the use of a compiler. I would also concur in the continued inclusion of machine-language programming in the basic programming courses offered for credit by the Mathematics Department, the Electrical Engineering Department, or whatever department happens to offer these courses, someone has to have a sufficiently strong background to be able to build compilers.
    Extract: Not using assemblers (SOAP, STAR)
    You probably have noted by now that I have made no direct mention of assembly routines. This lack of reference reflects our situation at Georgia Tech. Small use has been made of them. No seminars have been run on their use. A few people have used SOAP on the 650. A very few are using STAR I on the 220. An assembly program was written for our 1101, but it was purely for intermediate purposes and had no direct use. I currently see no necessity of ever running a non-credit seminar on assembly routines, but I would advocate their inclusion in the credit courses in programming.

          in Proceedings of the 1959 Computer Applications Symposium, Armour Research Foundation, Illinois Institute of Technology, Chicago, Ill., Oct. 29, 1959 view details