After playing with Lisp, I thought it would be fun to try Hello World in Scheme. This led me down the rabbit hole of functional programming languages. Come along for the journey!
Tag: Functional Programming
At this point in the series, we're starting to look at functional programming languages. Up first, let's learn to say Hello World in Lisp.
