Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 606 Bytes

File metadata and controls

11 lines (8 loc) · 606 Bytes

clojure-by-example

This repository aims to provide practical demonstrations of simple yet instructive problems for learning Clojure through interesting topics.

Projects

  1. The unlimited register machine (URM)

    • We will be implementing an URM based on Cutland's book on Computability.
    • Those machines are a good excuse to learn about such an important topic in CS.
    • It makes you understand about how immutable data structures and functional principles are applied when managing state the traditional way seems such a natural approach.
  2. The unlimited register machine (URM)