reveal

Docs: https://vlaaad.github.io/reveal/ Source: https://github.com/vlaaad/reveal
vlaaad 2021-02-27T11:47:40.020800Z

If anyone's curious what I've been up to, I'm prototyping "spec forms" — form builder that helps to create values according to spec. 2 main problems I'm trying to solve here is teaching the expected data shape and streamlined creation of data that can then be immediately passed somewhere to see the results of this data. Imagine converting vega json schema to spec and then getting UI builder to create and see vega visualizations immediately! So far I'm not happy with the results: I want to show both data shape and spec hints like names/predicates, and it looks quite messy. The search goes on...

👀 2
🤘 3
vlaaad 2021-02-28T15:22:36.022Z

Nice! Fortunately, in clj there are no restrictions on code evaluation, so spec forms can fully work with all the validation

1