Want this course?
Introducing X5 and JC
Course: Introduction to Clojure v2
We introduce X5, who wants to be a baker. He's going to baking school. JC is his baking instructor. We'll be helping X5 learn, by using Clojure.
Introducing X5 and JC
X5 is a robot who has always wanted to learn how to bake. He is going to baking school and we're going to teach him how to bake cakes and cookies, how to manage a day's orders, and how to store recipes throughout this course.
JC is his baking instructor at the school. She'll be giving him assignments to learn to bake.
In this first day at baking school, X5 will learn to use ingredients to bake cakes and cookies. He comes built-in with basic movement commands like grab, squeeze, and mix. We'll be taking those built-in commands and making new ones that are more oriented around baking.
Code is available: lispcast/introduction-to-clojure
You can checkout the code in your local repo with this command:
$CMD git clone https://github.com/lispcast/introduction-to-clojure.git
$CMD cd introduction-to-clojure