Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!cs.utexas.edu!asuvax!noao!ncar!ncar.ucar.EDU!ftower From: ftower@ncar.ucar.EDU (Francis Tower) Newsgroups: comp.lang.fortran Subject: Re: Cheating on the types Message-ID: <10716@ncar.ucar.edu> Date: 21 Mar 91 17:03:50 GMT References: <1991Mar20.195732.15376@appmag.com> Sender: news@ncar.ucar.edu Reply-To: ftower@ncar.ucar.EDU (Francis Tower) Organization: Climate and Global Dynamics Division, NCAR Lines: 7 Yes there are implementations where this will fail. I've used a compiler which did static checking of the data descriptors and number of arguments at compile time. ERRORs like this I like. Kept me from making some stupid faults.