|
|
|
|
|
by masklinn
3071 days ago
|
|
The annoyance with that is you have to pre-define every element. That's high-value in a language like Elm because you can refine element-generating functions (e.g. not allow children elements for empty elements), it's not really useful in a dynamically typed language. |
|