specter

nathanmarz 2021-12-21T03:37:05.022200Z

@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.

steveb8n 2021-12-21T03:42:10.022300Z

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