Command-Line Programming Languages
Introduction
I've started reading a book called Command-Line Rust
by Ken Youens-Clark
. The book teaches you Rust by building command-line applications.
I really like the book. I typically learn better through projects, so I decided to use
this book as a guide to not just learn Rust, but also any other programming language I
want to learn in the future. I'm going to use this site to document my progress.
Programming languages in this book
This book currently contains the following programming languages:
I plan to add the following languages to this book in the future:
- JavaScript
- C++ (maybe)