May 2019
Intermediate to advanced
496 pages
10h 38m
English
Logo is a programming language that was created in the 1960s. It was, for many decades, a popular way to teach children how to code. I have fond memories of writing Logo programs back in high school. What better way to relive my childhood than by building a Logo interpreter with React?
The application we'll build is called Spec Logo. The code for the interpreter and the barebones UI have already been written. In the following three chapters, we'll bolt on additional features to this codebase.
This chapter covers the following topics:
Of course, we'll be doing all ...
Read now
Unlock full access