Skip to content

Hamming

Topics covered

Code for this solution on GitHub

practicalli/exercism-clojure-guides contains the design journal and solution to this exercise and many others.

Create the project

Download the RNA transcription exercise using the exercism CLI tool

exercism download --exercise=rna-transcription --track=clojure

Use the REPL workflow to explore solutions locally

Open the project in a Clojure aware editor and start a REPL, using a rich comment form to experiment with code to solve the challenge.