Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!ucsd!ucbvax!BRFAPESP.BITNET!UNBCIC From: UNBCIC@BRFAPESP.BITNET Newsgroups: comp.lang.forth Subject: Vectored Execution Message-ID: <9103291457.AA21867@ucbvax.Berkeley.EDU> Date: 28 Mar 91 17:41:00 GMT Sender: daemon@ucbvax.BERKELEY.EDU Reply-To: UNBCIC%BRFAPESP.BITNET@SCFVM.GSFC.NASA.GOV Organization: The Internet Lines: 16 > One merit of forth is, indeed, it's ability to define ANYTHING to > do something else (and with vectored execution, you can even, in > some cases, redefine it after the system is loaded and get > all the words that were defined with the original definition > to use the new one. Do that with C!) If I rememeber well: int ( *nome ) (); nome = puts(); nome("hello/n"); nome = printf(); nome("hello/n); (8-DCS) Daniel C. Sobral UNBCIC@BRFAPESP.BITNET