Ask HN: Are there any command line (non-web) coding tutorials or camps?
4 comments
https://freecodecamp.org is open source: https://github.com/freeCodeCamp/freeCodeCamp
from the Readme:
> You can pull in these test suites through freeCodeCamp's CDN[0]. This means you can build these projects on websites like CodePen and Glitch - or even on your local computer's development environment.
[0] https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle...
from the Readme:
> You can pull in these test suites through freeCodeCamp's CDN[0]. This means you can build these projects on websites like CodePen and Glitch - or even on your local computer's development environment.
[0] https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle...
Yes. In some computing nerd traditions, terminal based tutorials might be referred to as "koans."
https://github.com/sl4m/gnu_smalltalk_koans
http://rubykoans.com/
https://github.com/joecannatti/Objective-C-Koans
https://github.com/sl4m/gnu_smalltalk_koans
http://rubykoans.com/
https://github.com/joecannatti/Objective-C-Koans
It seems like https://nodeschool.io matches your requirements
this is pretty cool, especially https://www.github.com/sethvincent/javascripting
Try https://exercism.io/. Once you fetch the question, it can be completed using the CLI
But I can't use the site consistently enough, because I don't feel comfortable having the browser open to their site during working hours when I am in front of screens.
Are there any terminal-based code camps? For example, Git repos that are designed as tutorials and can be cloned and run locally as CLI apps.
I've tried that tutorial with the Lynx browser, but rendering a web-tutorial in the terminal is not what I had in mind.
(As a side benefit, CLI tutorials would also be helpful for people to grep the basics of Unix-shells.)