I imagined what an Elasticsearch query style Python XML syntax would look like.You must share my pain.
- 0 Posts
- 3 Comments
Joined 11 months ago
Cake day: July 4th, 2024
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
<fun> <name>sum</name> <in> <int> <name>foo</name> </int> <int> <name>bar</name> <default_value> <int>0</int> </default_value> </int> </in> <out> <int> <calculation> <numerical_operation> <operator_plus> <operand> <var>foo</var> </operand> <operand> <var>bar</var> </operand> </operator_plus> </numerical_operation> </calculation> </int> </out> </fun>
Thanks, I hate it.