Code readability is something we should always strive for, but there are so many rules. Today, we'll talk about one of those rules that might help you out.
Tag: Functional Programming
The goal of this article is to show you that a lot can be accomplished using Python's standard library without ever learning control flow.
At this point, it's probably no surprise that I'm studying Lisp and interpreter design for my qualifying exam. Let's study together!
In this community installment of Reverse a String in Every Language, let's learn how to reverse a string in Scheme.
As the repository continues to grow with community support, my role has shifted from coder to author. Now, I spend most of my time trying to keep up with all the support. One of these contributors...
As the collection of sample programs grow, I continue to discover interesting programming language features. In this article, I document some of the coolest programming language features I've come...