From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: f7be1,f8bb08246869e998 X-Google-Attributes: gidf7be1,public X-Google-Thread: 11390f,f8bb08246869e998 X-Google-Attributes: gid11390f,public X-Google-Thread: 103376,f8bb08246869e998 X-Google-Attributes: gid103376,public X-Google-Thread: 1164ba,f8bb08246869e998 X-Google-Attributes: gid1164ba,public X-Google-Thread: 10259a,f8bb08246869e998 X-Google-Attributes: gid10259a,public X-Google-Thread: 109b1e,f8bb08246869e998 X-Google-Attributes: gid109b1e,public X-Google-Thread: 1094ba,f8bb08246869e998 X-Google-Attributes: gid1094ba,public X-Google-Thread: 1014db,f8bb08246869e998 X-Google-Attributes: gid1014db,public From: imc@ecs.ox.ac.uk (Ian Collier) Subject: Re: Language wars (6th September) Date: 1996/09/09 Message-ID: <9075.imc@comlab.ox.ac.uk>#1/1 X-Deja-AN: 179475628 distribution: inet references: <50p9ir$cn4@pheidippides.axion.bt.co.uk> <967cc$112c6.322@NEWS> followup-to: comp.lang.misc organization: Oxford University Computing Laboratory x-local-date: Monday, 9th September 1996 at 4:25pm BST newsgroups: comp.lang.ada,comp.lang.apl,comp.lang.basic,comp.lang.c,comp.lang.fortran,comp.lang.perl,comp.lang.pli,comp.lang.rexx,comp.lang.pascal,comp.lang.smalltalk Date: 1996-09-09T00:00:00+00:00 List-Id: [Followups set to comp.lang.misc] In article <967cc$112c6.322@NEWS>, taibi@inil.com (Solomon Taibi) wrote: |OK, I'll bite. What is "Orwell", beside my favorite English author? A functional language, closely related to Miranda and Gofer. For example: > factorial x = x, if x<3 > = x*factorial(x-1), otherwise This whole article is an Orwell program, because lines not starting with ">" are comments. Coincidentally enough, it is also a Gofer program if you invoke the interpreter with the right flags. Ian Collier - imc@comlab.ox.ac.uk - WWW Home Page (including REXX section): http://www.comlab.ox.ac.uk/oucl/users/ian.collier/index.html