0:24 toc 1:22 why you might use specter 9:25 how it works 15:35 what can you do with it?
@indigo00866 жыл бұрын
Great introduction. I am just getting around to it but it quickly shows why it was created when doing anything less than trivial in clojure.
@Misophistful6 жыл бұрын
Thanks!
@sublimemmNoLink6 жыл бұрын
amazing video, amazing library. Many thanks.
@Misophistful6 жыл бұрын
Thank you for taking the time to comment. I appreciate it!
@code_explorations6 жыл бұрын
Great video. Very interesting tool. Thanks!
@ertugrulcetin91367 жыл бұрын
That's awesome video, thank you!
@Misophistful7 жыл бұрын
Thanks! I'm glad you enjoyed it.
@teaingeneva3 жыл бұрын
if my data looked like this.... [{:value "ship"} [:value "tokyo"]] how can i return the string ship/tokyo . Do I have to revert to normal clojure or would this data break spector?
@Misophistful3 жыл бұрын
Specter's MAP-VALS navigator can grab those values for you, then you can use normal Clojure to join the strings together.
@moy46045 жыл бұрын
Blow my mind ! Thanks
@viktorschepik93977 жыл бұрын
Thanks for this video. Now I got the idea of Specter. Was struggling with it before seeing this video.
@Misophistful7 жыл бұрын
Thanks for your comment, and I'm really glad I could help you with understanding Specter.
@teaingeneva3 жыл бұрын
If i wanted the specific full path down to a value , how can I return the path along with the value? Fantastic presentation btw.
@Misophistful3 жыл бұрын
That's a good question, and I don't know the answer. I'd suggest asking it in the #specter channel in the Clojurian's Slack community.
@katerinagrin2433 жыл бұрын
Thank you, it was very helpful
@sinitarium6 жыл бұрын
I like! Thank you very much!! Excellent intro video!!!
@vincentdm39707 жыл бұрын
Great video. Thanks!
@Misophistful7 жыл бұрын
Thanks!
@diegonayalazo2 жыл бұрын
Thanks
@ErikaKuykendall7 жыл бұрын
Do you type on a Dvorak keyboard? I ask because exclamation point instead of double quotes don't make any sense as a typo on a normal qwerty keyboard
@Misophistful7 жыл бұрын
Guilty as charged! (And well spotted). Although, those keys are also next to each other on the Swedish keyboard layout (on the 1 & 2 keys), so Dvorak isn't the only layout I could have been using. :)
@DmitryFomin7 жыл бұрын
the same in Russian keyboards - 1 & 2 keys
@roberthaisfield33492 жыл бұрын
Do you know a good resource about how to query nested data structures in Clojure when you don't know the exact schema/shape ahead of time? I've been learning Specter but haven't figured out the recursive stuff yet, so seems hard with unknown data. Alternatively, could you make the video? 😁 I’d like to query without knowing how many levels deep I would like the query to go.
@Misophistful2 жыл бұрын
Hi Robert, I'd suggest asking this question in Specter's Slack channel (clojurians.slack.com/archives/C0FVDQLQ5).
@leobm276 жыл бұрын
What kind of clipboard tool is this in the video? Is this an editor plugin?