Related articles |
---|
Current work in compiler/language design. hackeron@Athena.MIT.EDU (Harris L. Gilliam - MIT Project Athena) (1991-11-10) |
What's so great about dynamic binding? spitzak@girtab.usc.edu (1991-11-19) |
Re: What's so great about dynamic binding? pardo@cs.washington.edu (1991-11-20) |
Re: What's so great about dynamic binding? mlanett@void.ncsa.uiuc.edu (1991-11-20) |
Re: What's so great about dynamic binding? barmar@think.com (1991-11-20) |
Re: What's so great about dynamic binding? paj@uk.co.gec-mrc (1991-11-20) |
Newsgroups: | comp.compilers |
From: | pardo@cs.washington.edu (David Keppel) |
Keywords: | design, OOPS |
Organization: | Computer Science & Engineering, U. of Washington, Seattle |
References: | 91-11-030 91-11-071 |
Date: | Wed, 20 Nov 91 02:25:05 GMT |
spitzak@girtab.usc.edu (William Spitzak) writes:
>[What's so great about dynamic binding?]
To be extremist, assigning a value to a variable is ``dynamic binding.''
When the virtues of ``dynamic binding'' are extolled, I think people
usually mean a matter of degree, as in ``more things can be bound
dynamically.'' For example, C won't allow you to create functions or type
a variable at runtime, but LISP will.
;-D oN ( Always the extremist... ) Pardo
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.