rewrite-clj

lread 2022-01-05T17:35:44.202300Z

@borkdude, we did capture some ideas around tag a while ago: https://github.com/clj-commons/rewrite-clj/issues/114

borkdude 2022-01-05T17:37:30.203600Z

@lee yeah, I guess what's new in my idea above is the :rewrite-clj prefix and the isa? relationship

lread 2022-01-05T17:37:38.203800Z

And I did jot a note down on map vs namespaced-map https://github.com/clj-commons/rewrite-clj/issues/131, but this is not related to what you are talking about here, I think.

lread 2022-01-05T17:38:02.204500Z

Ah… ok.. I think I am beginning to see.

borkdude 2022-01-05T17:38:13.204800Z

kinda. you could have (isa? :rewrite-clj/string :rewrite-clj/token) ;;=> tru

borkdude 2022-01-05T17:38:21.205Z

simlar for namespaced map + map

lread 2022-01-05T17:41:16.206Z

Ok, so this would be a new (but related) issue to allow tag/type hierarchy to be query-able, yeah?

borkdude 2022-01-05T18:57:50.206400Z

yah