Fork me on GitHub
#specter
<
2021-12-20
>
futurile17:12:43

I 'published' a blog post on Specter which I would love feedback on. It says March, but actually (for various reasons) it was only published today. It's aimed for beginner/intermediates like me, so the examples might be too obvious for professional developers: http://www.futurile.net/2021/03/20/specter-nested-data-manipulation-for-clojure/

nathanmarz20:12:48

@slgeorge cool, I recommend posting to #news-and-articles

james20:12:47

@slgeorge Great introduction!

futurile20:12:39

@nathanmarz: Thanks yes I'll post it. Will wait to see if there's any feedback. Hopefully no horrendous mistakes and fingers crossed covered the major use-cases for common usage.

futurile20:12:54

@johsgrd: appreciated, spend ages trying to get my understanding right =-)

steveb8n21:12:29

Q: I use Specter everywhere. The one area where I hit limitations has been runtime paths i.e. storing paths in a db and using them at runtime. Basically this isn’t possible without adding a data/dsl on top of each navigator. Has anyone else tried this or seen any clever solutions for this?