Tableplot now uses Std.lang for a new `transpile` API

Sometimes, data visualization in the browser requires not only plain JSON structures but also some Javascript code.

One way to generate such code from Clojure is through Std.lang by @zcaudate1 – a universal transpiler from Clojure to many languages.

The transpile API of Tableplot provides functions for using this practice in combination with various JS libraries. It is considered experimental at this stage.

However, Std.lang itself is stable. I have had a few inspiring conversations with @zcaudate1, who demonstrated the potential it would have for many other interop use cases, that we will keep demonstrating and documenting in the coming weeks.