Download some blob from the internet, then run it? No, thanks
Exercism.io – Become a better programmer
31–35 of 35 posts
Re: Exercism.io – Become a better programmer
#32Download some blob from the internet, then run it? No, thanks
It's enough to have to get all of the language's requirements installed...
Re: Exercism.io – Become a better programmer
#33Re: Exercism.io – Become a better programmer
#34Earlier quoted context omitted.
Yeah. But reviewing 1900 lines of code before I've even seen a single one of their exercises? That doesn't sound like fun. I would be far more willing to run their app if I could try the actual service first.
So if the code was published as a 1900 line ruby gem, you'd be OK with it? Or would you review the 1900 line ruby gem?
Re: Exercism.io – Become a better programmer
#35Earlier quoted context omitted.
Looks like it just downloads/uploads plain data to the web service. I thought that in this age of internet technologies a web site would be enough.
What about curl, wget, httpie? Or how about lynx or w3m? Plenty of people want to utilize CLIs and it's definitely beneficial when learning to program to get as much experience on a command line as possible.