Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 1.54 KB

exercise.md

File metadata and controls

41 lines (32 loc) · 1.54 KB

Looking for more resources? See Clojure Camp Handbook

☯️ Exercise Site

Curated exercises for learners, https://exercises.clojure.camp

  • exercises are ordered approximately by increasingly complexity/difficulty
  • various forms of exercises
    • most are exercism.io like (”write a function to…”), except, we also suggest* what functions to use
      • (with future plans to make further variations, like “fill-in-the-blank”, to make the exercises more accessible to new programmers)

Students

  • attempt solving these exercises in Clojure
  • we provide the suggested functions
    • …partly as a hint
    • …and because we don’t expect you to know the entire standard library yet
      • (as you do these exercises, you’ll start to learn and remember which functions are good for what)

Mentors

Stewards

  • bigger contributions:
    • push git repo for exercise app @Raf
    • update zprint, and change formatting to be “leave newlines alone”
    • fix function-template display on clj example tab
    • github action to update live site when exercise data repo is deployed
    • create new ways of programmatically generating exercise variations