On 20 Dec 2014, at 13:44, Sean P. DeNigris <sean@clipperadams.com> wrote:
kilon.alios wrote
even if continue to use Spec I will stiil have to rely on Morphic
since custom GUIs is really important for me.
Yes, that's why they can not be compared:
Morphic = make and understand any UI
Spec = make common business UIs easily (on top of a general framework like
Morphic)
but that���s not completely true because in that case Morphic should be just the ���graphic atoms��� while spec should provide a set of widgets (made with those atoms), when what actually happens is that Morphic is everything: the atoms, the widgets, layers ever those widgets and even theming, etc. So��� is not correctly designed. Or better said: it has evolved in a way that now needs a massive reengineering to make it right.
And Spec, instead being a set of widgets with a declarative way to compose them, is yet another layer on top of other layers.
cheers,
Esteban