To learn a new language, read its standard library
91–100 of 243 posts
Re: To learn a new language, read its standard library
#92Earlier quoted context omitted.
Re-implement a toy version of the framework from scratch. :-) Or, try to add a non-trivial feature to the framework.
How do you know what a "toy version of the framework" looks like when you're not experienced with the framework itself? It seems to me like you've already solved the issue of "learning the framework" if your mental model of the framework is that solid.
Re: To learn a new language, read its standard library
#93Re: To learn a new language, read its standard library
#94Re: To learn a new language, read its standard library
#95Any tip where to begin with Julia?
sudo apt-get install python3
Re: To learn a new language, read its standard library
#96This is a classic academia-ish take. Consume a bunch of theory and regurgitate whatever you've read. Better way to learn is making stuff with the language, having actual skin in the game. Only then bounce back to theory on the more nuanced stuff.
To be frank I have the same mindset, but it's good to read other people takes on it. Some prefer to have basic knowledge and feel great anxiety when they're jumping to code without any foundation.
Re: To learn a new language, read its standard library
#97Protip: That doesn't change their mind, it just makes them hate Go.
Re: To learn a new language, read its standard library
#98Whole heartedly agree. I was big into Go years ago, and some newer guys tried to make it a functional language. When they argued with me, I couldn't say 'its's just not right', but instead pointed them to std library code. Protip: That doesn't change their mind, it just makes them hate Go.
Re: To learn a new language, read its standard library
#99Re: To learn a new language, read its standard library
#100We also built a simple CPU from gates using an electronic simulator.
Left me with some confidence that I could do things with a relative confidence. Definitely value in learning the basics.