Start Programming In Racket By Writing A “Guess The Number” Game
Racket is a great way to learn a language from the Scheme and Lisp families. I am a big advocate of learning multiple programming languages. That’s mostly because I tend to get bored with the languages I use the most. It also teaches me new and interesting ways to approach programming. Writing the same program in multiple languages is a good way to learn their differences and similarities. Previously, I wrote articles showing the same sample data plotting program written in C & C++, JavaScript with Node.js, and Python and Octave. This article is part of another series about writing a “guess the…
Share