Skip to content
View wdhowe's full-sized avatar
  • United States

Organizations

@clojusc

Block or report wdhowe

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wdhowe/README.md

📈 GitHub Stats

GitHub Most Used Language Stats GitHub Repo Stats

Pinned Loading

  1. clj-contrib clj-contrib Public

    A library of Clojure functions to enhance clojure.core.

    Clojure 2

  2. clojure-snippets clojure-snippets Public

    Clojure syntax examples.

    Clojure 6

  3. aws-lambda-clj aws-lambda-clj Public

    AWS Lambda Clojure function examples.

    Clojure 1

  4. stock-check-py stock-check-py Public

    Lambda fn to check the stock of products on a site.

    Python 1

  5. clj-project clj-project Public template

    Template for a clj tools based project.

    Clojure 1

  6. Creating Clojure projects with deps.edn Creating Clojure projects with deps.edn
    1
    # Clojure CLI/deps Projects
    2
    
                  
    3
    Clojure CLI tools (with deps.edn) allow for a built in way to create projects.
    4
    
                  
    5
    Official CLI/deps guide: <https://clojure.org/guides/deps_and_cli>