Here’s a version of FizzBuzz unlikely to be requested at a job interview. Forth is a stack-based language (like PostScript), which means you’ll be right at home if you’ve ever used a RPN-based HP calculator. Continue reading “FizzBuzz in Forth”
FizzBuzz in Clojure
Following up on FizzBuzz in Common Lisp, here’s FizzBuzz (the extended version) in Clojure. See my previous entry for more on FizzBuzz and what’s going on here.