Fork me on GitHub
#specter
<
2021-12-21
>
nathanmarz03:12:05

@steveb8n In our internal version of specter we converted defnav , defrichnav , comp-navs, etc. to generate records rather than use reify like the open-source version does. This allows us to serialize navs/paths easily (e.g. using nippy). No plans to port this to the open-source version though.

steveb8n03:12:10

Good to know. Thanks. My brute force data-dsl works for now. I might try your tag-literal idea in future.