Skip to content

Latest commit

 

History

History
40 lines (39 loc) · 719 Bytes

required_concepts.md

File metadata and controls

40 lines (39 loc) · 719 Bytes

Concepts required for building the app

  • Light Table
  • namespace (nothing in depth)
  • instarepl
  • http
  • require
  • def
  • symbols
  • str
  • call a function
  • function arguments
  • URL
  • maps
  • defn
  • use a key of a map as a selector function
  • first
  • second
  • doc-string
  • let
  • merge
  • and
  • lein
  • lein project setup
  • ring
  • lein ring plugin
  • call a function that you define
  • empty map {}
  • into{}
  • take
  • URL query string
  • JSON
  • sort-by

Required concepts that are missing in the curriculum

  • return a map from a function
  • for (include :when modifier)
  • read-string
  • using the command line