> On the other hand, one could argue that an XML-like language is better for GUI development because it lends itself naturally to hierarchical structures (which a GUI certainly is). And I can actually agree with this. But in that case, I would definitely keep it separated from the rest of the code. Maybe this is just me, but I prefer the concept of separation of presentation and logic.
Good point. Fortunately, that's a feature we have (and use daily). A bit harder to present in 20 loc, but we'll work out something.
Comments
> On the other hand, one could argue that an XML-like language is better for GUI development because it lends itself naturally to hierarchical structures (which a GUI certainly is). And I can actually agree with this. But in that case, I would definitely keep it separated from the rest of the code. Maybe this is just me, but I prefer the concept of separation of presentation and logic.
Good point. Fortunately, that's a feature we have (and use daily). A bit harder to present in 20 loc, but we'll work out something.
Thanks for the feedback.
No problem. I wish you all the best in further development of Opa!