w3c-cg / planning

Other
6 stars 0 forks source link

Useful Notations, Languages, Technologies, and Best Practices #2

Open AdamSobieski opened 1 year ago

AdamSobieski commented 1 year ago

This issue is about useful existing notations, languages, technologies, and best practices for the group to explore.

STRIPS, ADL, PDDL, RDDL

XML, HTML, JSON, RDF, OWL, SPARQL, SPARUL, SWRL, RIF

JavaScript, TypeScript, Probabilistic-JS, WebPPL

BPEL/BPMN. BPELscript, XPDL, XAML/XOML

WSDL, WSDL-S

LAPKT, Tarski

Do any other notations, languages, technologies, or best practices come to mind?

jbx1 commented 1 year ago

YAML is pretty much the defacto web-standard these days for user-generated input since it is very easy to read, lightweight to parse, and allows for user-comments (it is a superset of JSON). (See Open API , RAML, Docker Compose, Kubernetes, Spring Boot).

AdamSobieski commented 1 year ago

Thanks @jbx1. I added YAML to our new and evolving timeline of languages.