RSS Amplifier

Upright and Breathing · Dec 22, 2020

Learning Clojure - Implementing echo

0
Sign in to vote or save

This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

As I wrote previously, I am learning the Clojure programming language as one of my personal Learning Projects.Previously, I presented my implementations of true and false, the classic Unix command-line utilities. Next on the list is echo, a useful utility for writing information out to the screen. Well, technically it writes to the standard output, but the default is that that is the screen, so it…

As I wrote previously, I am learning the Clojure programming language as one of my personal Learning Projects.Previously, I presented my implementations of true and false, the classic Unix command-line utilities. Next on the list is echo, a useful utility for writing information out to the screen. Well, technically it writes to the standard output, but the default is that that is the screen, so it works out the same in the end.Now, let's take a look at the code:

Read on simonpeter.org

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.