rewrite-clj

https://github.com/clj-commons/rewrite-clj
2019-06-11T00:08:39.165800Z

@lee i like the motivation behind adrs -- haven't tried using them, but am interested in investigating further. thanks for mentioning them along with the examples from cljdoc.

2019-06-11T22:19:56.168200Z

@lee ha ha ha -- that is funny about the conversation in april. completely forgot about that 🙂 regarding "spec on fn", i agree that for reading it ought to help -- it would seem that specs would give more hints about expectations.

lread 2019-06-11T22:34:21.170700Z

@sogaiu, we’ll probably talk about it again in september :simple_smile:

2019-06-11T23:06:55.172100Z

lol -- btw, i was looking over the commit history for rewrite-clj and got to thinking that there might be more folks with insight among past contributors...then i remembered the existence of this type of page for github repositories: https://github.com/xsc/rewrite-clj/graphs/contributors -- may be it makes sense to reach out to some of those folks at some point?

2019-06-11T23:10:57.174Z

interesting...although rundis' rewrite-cljs' top repository page now seems to redirect to clj-commons, directly visiting: https://github.com/rundis/rewrite-cljs/graphs/contributors seems to still show the older info (thankfully)

2019-06-11T23:12:57.174500Z

...and possibly perhaps some or one of those folks might have more luck reaching xsc?

2019-06-11T23:31:08.177300Z

@lee it used to be that the edn function was mentioned on the top page, e.g. https://github.com/xsc/rewrite-clj/tree/27b45212719444a39204c5ec97fd66ca4135b373 -- i don't think it is any more. i think it's worth having as the README mentions: string -> node, node -> string, node-> value, value -> node, string -> zipper, zipper -> value. i remember being at a loss for a while not knowing how to get a zipper from a node.