Path: utzoo!attcan!uunet!husc6!rutgers!iuvax!pur-ee!pur-phy!sho From: sho@pur-phy (Sho Kuwamoto) Newsgroups: comp.lang.c Subject: Re: "Numerical Recipes in C" is nonportable code Message-ID: <1409@pur-phy> Date: 11 Sep 88 07:01:00 GMT References: <664@lindy.Stanford.EDU> <6758@megaron.arizona.edu> <718@gtx.com> <640@drilex.UUCP> <1429@ficc.uu.net> <643@drilex.UUCP> Reply-To: sho@newton.physics.purdue.edu.UUCP (Sho Kuwamoto) Organization: Purdue Univ. Physics Dept., W. Lafayette, IN Lines: 10 I *want* to be able to create an array and jump to it. I do this all the time. Granted, I do this on a micro (a Mac) so first of all, it's just more feasable, and second of all, there's no sophisticated memory management (or for that matter, not nearly as much need to worry about crashing the system) but still, I think it's a bit severe to say that such a thing should never be done. Maybe it would be OK if the compiler gave you the option of explicitly coercing some piece of data into becoming code. -Sho