Fork me on GitHub
#specter
<
2017-02-21
>
richiardiandrea02:02:20

We should take the history of this channel and apply a transformation that generates wiki pages with these kind of examples. Every time I peek in here there is something nice and 🆒

dm307:02:37

we need something like http://regexr.com/, but for Specter

nathanmarz13:02:36

@dm3 various people have said they would do something like that for specter (more along the lines of 4clojure), but no one has done it yet

dm313:02:25

not going to say I’ll do that 🙂

dm313:02:32

but this type of incremental visual path construction would be awesome

dm313:02:51

instead of Text pane you have a tree editor with sequences, maps and primitives as building blocks

dm313:02:35

instead of Expression - an executable editor panel, because you might want to write new navigators. Or maybe a separate panel for the context NS and a separate path expression editor

dm313:02:39

does Specter work in bootstrapped cljs?

nathanmarz13:02:25

shouldn't be too much work to get it working again, but the main task that needs to be done to ensure support moving forward is getting the tests running under bootstrap cljs