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...
Tag: Functional Programming
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...
Today, we're continuing to explore functional languages with an implementation of Hello World in Elixir, a language released in 2011.
Thanks for stopping by for this 18th installment of the Hello World in Every Language series. Today, we're looking to implement Hello World in Scala, a Java clone from 2004. Scala...
For our sixteenth installment of Hello World in Every Language, we're looking to tackle Hello World in Haskell, a general-purpose functional programming language.
With Lisp and Scheme out of the way, I figured it might be fun to play with one of Scheme's dialects, Racket. In this exercise, we'll implement Hello World in Racket.
