| Second attempt :) |
| Morphic programs can separate the model and view. Other differences? Hint: Think about controllers. Mark Guzdial |
| There isn't a Morphic paradigm like the MVC paradigm, but there are certainly design decisions in Morphic that make it different from MVC. For example, Jared's point that everything has the same rights as a window. In the lecture, I also talked about issues like concreteness and uniformity – anybody remember what those are about? There's also the issue of where the event loop is in Morphic – anyone? Mark Guzdial |
| Jared's point about prototype inheritance is interesting. Strictly speaking, it's the eToy framework that has prototype inheritance, but it certainly is true that Morphic has hooks in it that make prototype inheritance easier. Mark Guzdial |
| Matt, your second weakness is actually a strength. You CAN do multiple views of the same model in MVC. Can you do it in Morphic or Visual Basic where view and model are merged? Mark Guzdial |