Content deleted Content added
Functional programming is entirely orthogonal to dynamic programming languages. This section is off-topic and misleading. Tag: section blanking |
LordOfPens (talk | contribs) |
||
Line 101:
===Assembling of code at runtime based on the class of instances===
In the next example, the class '''person''' gets a new superclass. The '''print''' method gets redefined such that it assembles several methods into the effective method. The effective method gets assembled based on the class of the argument and the at runtime available and applicable methods.
<source lang="lisp">
|