Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 331 Bytes

first-program.md

File metadata and controls

11 lines (8 loc) · 331 Bytes

Making Your First Program

  • What is the difference between source code and the REPL?

  • Structure of a Clojure project

  • Namespaces

  • TODO

    Design first program. Make sure it contains data structures and explain them.

    Make sure it uses at least one dependency and show how to add that and use it.