|
|
|
|
|
by ziflex
2818 days ago
|
|
DOM is a representation of some data. Which means, you can extrapolate the data and then manipulate it.
The language itself has nothing related to the DOM. All DOM operations are implemented via functions from standard library. "Good artist copy, great artist steal"
I'm trying to be a good artist trying to not invent a new brand language (I'm not that smart), so I just picked up (copied) an existing one that fits better for dealing with complex structures like trees.
So it is AQL - ArangoDB Query Language. https://docs.arangodb.com/3.3/Manual/ If you have any suggestions how to improve the language - you are very welcome. |
|