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!
Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content.
Latest Articles
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.
On this 12th day of 100 Days of Code, we're taking a look at Hello World in PHP. Get your web browsers ready because we're generating some HTML.
It wouldn't be fair to share this series if I didn't preface it with why I wrote it, what it's really about, and why it's important.
After struggling to understand macros in Rust, I've managed to explore a delightfully dull implementation of Hello World in JavaScript.
Day 10 of 100 Days of Code brought along a bit of a personal challenge: macros. Implementing Hello World in Rust wasn't as easy as I thought it would be.