Today, we're deviating away from functional languages with a look at Hello World in Perl, a fun scripting language from 1987.
Tag: Programming Languages
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.
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!
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.
