>> Home / journal / rust, learning
∵ Mari-chan ∴ 2021-12-03 ∞ 2'
Everything you're hearing now, contributes to turn you into a robot.
I start this day as I started lots of other days: lurking on twitter. Where I found a very interesting post about "Hammock driven development" and when I saw it was taken out of a Rich Hickey's talk I was kinda sold. Interesting approach and it quotes books I have on my shelf and didn't read yet. A small summary: flood your brain with good input when you have to solve a difficult problem and then just rest on the idea, you'll do better.
So here are some facts about Rust macros:
derive
attribute?I learned about:
What I need to learn:
expected struct
String, found
&str``, this kind of stuff