|
|
|
|
|
by Lutger
2346 days ago
|
|
It isn't immediately obvious that it is, to me. Could you expand on that? For example, what works for html is basically the dom (data structure) and its functionality (the functions). There are others ways of creating and working with those than the specific html syntax. For example, haml. Or you might say, jsx, or elm,is also such a syntax for the same data structures. These other approaches work perfectly fine, too. |
|