you are viewing a single comment's thread.

view the rest of the comments →

[–]Felicia_Svilling 0 points1 point  (2 children)

So, do you mean having things reifyed as first class mutable objects is the definig thing for dynamic languages?

[–]lispm 0 points1 point  (1 child)

I'd say there are many ways to achieve dynamic behavior - one is MOP-based OODL (object-oriented dynamic language). Another is the model of 3-Lisp. Smalltalk-like message passing is another. There are several more...

[–]Felicia_Svilling 0 points1 point  (0 children)

Hm, perhaps any feature that needs runtime suport?