On Oct 24, 7:02 pm, Cydrome Leader <prese...@MUNGEpanix.com> wrote:
> Michael Engel <
cuby.en...@googlemail.com> wrote:
> > Porting the ca. 200k LOC code base to something more recent like Free
> > Pascal is a long-term option, but that probably won't be trivial.
>
> 200,000 lines of pascal?
>
> this is a joke, right?
No. Unfortunately, this was a code base inherited from older (Siemens,
Nixdorf, mainframe) Pascal compilers that did not support modules or
libraries. Thus, we have quite a bit of code duplication. It would be
great to use modern Pascal module features, but this will be quite a
bit more of work, I'm afraid...
Btw., this is the source code base for one of the first HDLs (hardware
description languages), developed in Germany in the 1970's and 1980's
over the course of about 15 years.
I now managed to get most of the code to compile in an Apollo Domain
emulator under Domain/OS 10.4 (sloooow). However, compiling on one of
our Solaris/SPARC machines would probably be more fun. Someone seems
to have thrown away all of our old SPARCompiler/Sun FORTE/Sun Studio
media and licences, it seems...
Best,
Michael