RSS Amplifier

Upright and Breathing · Jan 16, 2021

Learning Clojure - Implementing cat

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 echo, the classic Unix command-line utility. Next on the list is cat, a useful utility for writing information out to the screen from a file or the standard input. Well, technically it writes to the standard output, but the default destination…

As I wrote previously, I am learning the Clojure programming language as one of my personal Learning Projects.Previously, I presented my implementations of echo, the classic Unix command-line utility. Next on the list is cat, a useful utility for writing information out to the screen from a file or the standard input. Well, technically it writes to the standard output, but the default destination for the standard output 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.