Did DEC have a compiler as a product for a while?
None of seem to think so. As I said, I asked some of the remaining guys
from the old Technical Languages team and none of us can remember an
Algol for the Vax anywhere inside of DEC. If some one did one, then it
would have been at a University.
That bit of the question was about CORAL66, not Algol.
De
On Fri, Apr 5, 2013 at 2:41 PM, Dennis Boone <drb at msu.edu> wrote:
Did DEC have a compiler as a
product for a while?
None of seem to think so. As I said, I asked some of the remaining guys from the old Technical Languages team and none of us can remember an Algol for the Vax anywhere inside of DEC. If some one did one, then it would have been at a University.
One other lead to check is the SAIL/MainSail thread: SAIL user manual - The Stanford University InfoLab
Sail was popular on the PDP-10's, and I know it the Xidak put it on 68K Microprocessors like the Masscomp, Sun and Apollo boxes. They must have had a version for Vax, but I never saw it there (I did have on a Masscomp machine at one time).
Clem
On Apr 5, 2013, at 2:26 PM, Clem Cole wrote:
On Fri, Apr 5, 2013 at 1:32 PM, Bob Armstrong <bob at jfcl.com<mailto:bob at jfcl.com>> wrote:
Mod2 and Mod3 were done in DEC research group, mostly by from ex-PARC folks
that had done Cedar et al
ftp:/gatekeeper.dec.com/pub/dec/<http://dec.com/pub/dec/>modula-2/m2.tar.z
Was the version I was referring.
The MVCompiler is of course the version from ETH
I don't see dec/modula-2. There is, however, dec/SRC/Modula-3/...
paul
There was the Algol derivative used mainly by the British armed
forces. Coral66 was the name. I have a manual for it.
The /780 where I cut my VMS teeth (VMS 3.3 or so) had help for CORAL66,
but I don't recall it being installed. Did DEC have a compiler as a
product for a while? It's not on the earliest SPL I have.
I'd love to find a copy of a VMS CORAL66 compiler somewhere. Would be
interesting to find a JOVIAL compiler as well.
De
On Fri, Apr 5, 2013 at 2:32 PM, Cory Smelosky <b4 at gewt.net> wrote:
Interesting. I just connected to there via ftp looks like only Modula-3 is up there now. ;)
Yep - the DEC Mod compiler morphed into Mod3 (aka "Red" or CMU's "Tartan") for the history bufs among us,
On Fri, Apr 5, 2013 at 2:11 PM, <Paul_Koning at dell.com> wrote:
BTW, please note that Algol 60 and Algol 68 are entirely different languages. Algol 68 is at least as distant from Algol 60 as Modula-2 is. The similarity in names is quite misleading.
Amen - which is why if all you want is Algol, I mentioned the awe compiler. Algol-W was Wirth's attempt at a teaching compiler when he was at Stanford and was originally in PL/360. It's a very simple language, just does Algol60 plus some small extras. From that experience he wanted a "better Algol." He would return to Europe and end up on a CDC box, which is why the original Pascal report is funky 6 bit based language. Since both Algol-W and Pascal were design to be teaching tools, not production tools, they lack support for things like separate compilation (i.e. modules and libraries).
Try three was Modula and was short lived. Second systems effect of the Pascal issues, and it was not until Modula 2 that he finally got it down to a reasonable language. Modula-3 was a tuning of Mod2 in reaction to what we become Ada.
Clem
On 2013-04-05 20:10, Bob Armstrong wrote:
Ooo. I have almost all the parts of the PDP-11 implementation. Missing
one file or two... You don't happen to have more of this stuff, do you?
I don't have the PDP-11 version, no. Sorry.
Well, the one or two files missing are modula files that might not be that different for the VAX, if I'm lucky....
Could you share what you do have?
Johnny
On 5 Apr 2013, at 14:26, "Clem Cole" <clemc at ccc.com> wrote:
On Fri, Apr 5, 2013 at 1:32 PM, Bob Armstrong <bob at jfcl.com> wrote:
>Mod2 and Mod3 were done in DEC research group, mostly by from ex-PARC folks
that had done Cedar et al
ftp:/gatekeeper.dec.com/pub/dec/modula-2/m2.tar.z
Interesting. I just connected to there via ftp looks like only Modula-3 is up there now. ;)
Was the version I was referring.
The MVCompiler is of course the version from ETH