Happy 65th Birthday to Ed Brown

A collection of old posts from all forums. No new threads or new posts in old threads allowed. For archive use only.
User avatar
grixit
Recycler of Paytriot Fantasies
Posts: 4287
Joined: Thu Apr 24, 2003 6:02 am

Post by grixit »

Nikki wrote:
grixit wrote:
My father was on the team that created Jovial. He claimed they named it after their boss.
Jules' Own Version of the Internatonal Algorithmic Language was a specialized subset of ALGOL developed to write software for the electronics of military aircraft by Jules Schwartz in 1959.
Yeah. My father said that Schwartz was just going to call it "Our Own Version of the International Algebraic Language" or OOVIAL.

I'm a little surprised to hear that it is still going, after Algol 68, Simula, Pascal, and of course Ada.
Three cheers for the Lesser Evil!

10 . . . . . . . . . . . . . . . 2
. . . . . . Dr Pepper
. . . . . . . . . . . . . . .. . . 4
Nikki

Post by Nikki »

Nerd factor quiz.

You are a nerd if you know which ones don't belong and why:

Ada
Algol
Autocoder
Basic
C (with or without plus signs)
Cobol
Fortran
Forth
Java
Lisp
Pascal
Perl
Ruby
Simula
LPC
Trusted Keeper of the All True FAQ
Posts: 5233
Joined: Sun Mar 02, 2003 3:38 am
Location: Earth

Post by LPC »

Code: Select all

procedure ed

  begin
    spew rhetoric;
    if government surrendered
      free at last!
    else
      call ed
   end;

end;
My recollection is that in Prolog it would be something like:

Code: Select all

Ed(government surrenders).
Ed(x):-
   print("spew");
   Ed(x).
Of course, since you're never getting any new value for "x," the recursion is endless. So maybe there should be a request for new input after the spew.

Or maybe not.
Dan Evans
Foreman of the Unified Citizens' Grand Jury for Pennsylvania
(And author of the Tax Protester FAQ: evans-legal.com/dan/tpfaq.html)
"Nothing is more terrible than ignorance in action." Johann Wolfgang von Goethe.