AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
94 stars 10 forks source link

Text format suggestion #145

Open colltoaction opened 11 months ago

colltoaction commented 11 months ago

Hi! I'm a BCS working towards QPL2024.

My contribution is all about the syntax behind CT. To do this I'm categorizing the YAML spec. I can do this natively because YAML has a representation graph. E.g in Scala:

I suggest considering YAML over JSON and offer to contribute if you're interested.

I'm reaching out to different projects such as this one so I can get feedback and also test my hypothesis of cross-language compatibility. Most collaboration is done on GitHub including but not limited to the DisCoPy project:

Let me know what you think.

Thanks!