Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!pacbell!att-ih!ihnp4!inuxc!iuvax!pur-ee!uiucdcs!uxc.cso.uiuc.edu!ccvaxa!aglew From: aglew@ccvaxa.UUCP Newsgroups: comp.lang.misc Subject: Re: The D Programming Language Message-ID: <33500003@ccvaxa> Date: 12 Mar 88 20:28:00 GMT References: <505@sun.soe.clarkson.edu> Lines: 7 Nf-ID: #R:sun.soe.clarkson.edu:505:ccvaxa:33500003:000:389 Nf-From: ccvaxa.UUCP!aglew Mar 12 14:28:00 1988 >I would not be so worried about the efficiency of passing values to and >from functions on non stack-based machines and be more worried about how >you are going to implement efficiently a language which allows recursion >(C, Pascal, etc.) on a non stack-based machine. Why should the 90% of all applications that are non-recursive (you can check it out at link time) pay for recursion?