Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!caip!princeton!allegra!alice!ark From: ark@alice.UucP (Andrew Koenig) Newsgroups: net.lang.apl Subject: Re: Sample code Message-ID: <5621@alice.uUCp> Date: Wed, 11-Jun-86 11:01:23 EDT Article-I.D.: alice.5621 Posted: Wed Jun 11 11:01:23 1986 Date-Received: Sat, 14-Jun-86 04:58:02 EDT References: <706@cit-vax.Caltech.Edu> Organization: Bell Labs, Murray Hill Lines: 12 As absurd as it may sound, I know a guy who claims that the real-world performance of an APL system can be accurately predicted by finding out how fast an empty user-defined function can be called in a simple loop. Thus: N <- 1000 LOOP: FUN -> (0 >= N <- N - 1) / LOOP where FUN has no arguments and no body.