Apple Pascal | |
Developer: | Apple Computer |
Family: | UCSD Pascal |
Source Model: | Closed source |
Working State: | Historic |
Latest Release Version: | 1.3 (Apple II) 1.1 (Apple III) |
Latest Release Date: | [1] |
Kernel Type: | Monolithic |
License: | Apple Software License Agreement |
Apple Pascal is an implementation of Pascal for the Apple II and Apple III computer series. It is based on UCSD Pascal.Just like other UCSD Pascal implementations, it ran on its own operating system (Apple Pascal Operating System, a derivative of UCSD p-System with graphical extensions).
Originally released for the Apple II in August 1979, just after Apple DOS 3.2, Apple Pascal pioneered a number of features that would later be incorporated into DOS 3.3, as well as others that would not be seen again until the introduction of ProDOS.
The Apple Pascal software package also included disk maintenance utilities, and an assembler meant to complement Apple's built-in "monitor" assembler. A FORTRAN compiler (written by Silicon Valley Software of Sunnyvale, California) compiling to the same p-code as Pascal was also available.[2]
Apple Pascal Operating System introduced a new disk format.[3] Instead of dividing the disk into 256-byte sectors as in DOS 3.2, Apple Pascal divides it into "blocks" of 512 bytes each. The p-System also introduced a different method for saving and retrieving files. Under Apple DOS, files were saved to any available sector that the OS could find, regardless of location. Over time, this could lead to file system fragmentation, slowing access to the disk. Apple Pascal attempted to rectify this by saving only to consecutive blocks on the disk.
Other innovations introduced in the file system included the introduction of a timestamp feature. Previously only a file's name, basic type, and size would be shown. Disks could also be named for the first time.[4]
Limitations of the p-System included new restrictions on the naming of files.[5] Writing files only on consecutive blocks also created problems, because over time free space tended to become too fragmented to store new files. A utility called KRUNCH
was included in the package to consolidate free space.
The biggest problem with the Apple Pascal system was that it was too big to fit on one floppy disk. This meant that on a system with only one floppy disk drive, frequent disk swapping was needed. A system needed at least two disk drives in order to use the operating system properly.
Platform | Date | OS | |
---|---|---|---|
Apple II | 1979 | Apple Pascal 1.0 | |
1980 | Apple Pascal 1.1 | ||
1983 | Apple Pascal 1.2 | ||
1985 | Apple Pascal 1.3 | ||
Apple III | 1981 | Apple Pascal 1.0 | |
1983 | Apple Pascal 1.1 |