It just seems to me that when writing code to visualize dynamic data, I repeat the same things over and over in different languages ββ/ platforms. Now, if I had a cross-platform language (which I am doing) and something like a binary version of SVG, I could make my target code the same and use / create interpreters for any platform in which I now need it use.
The reason I don't want SVG is because part of the plaintext is doing it too slowly for my purposes. Of course, I could create my own intermediary format, but if there is something already there that is implemented by different things, the less it works for me!
svg graphics intermediate-language
user81993
source share