Jump to content

Talk:Dynamic Language Runtime

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Inhahe (talk | contribs) at 11:51, 2 April 2008 (Created page with '"Since in dynamic languages, the type of an object, as well as the members it contain, can change during a program lifetime, a method invocatio...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

"Since in dynamic languages, the type of an object, as well as the members it contain, can change during a program lifetime, a method invocation must search through the method list to see if the invocation is a valid one."

^^ is using a hash table for method look-up technically 'searching through'? Inhahe (talk) 11:51, 2 April 2008 (UTC)[reply]