Skip to content
View marksto's full-sized avatar
🎷
🎼🎶🎵
🎷
🎼🎶🎵

Block or report marksto

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned Loading

  1. oliyh/martian oliyh/martian Public

    The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more

    Clojure 575 46

  2. congomongo/congomongo congomongo/congomongo Public

    Clojure wrapper for the mongo-db java api

    Clojure 361 77

  3. clj-tg-bot-api clj-tg-bot-api Public

    The latest Telegram Bot API spec and client lib for Clojure-based apps

    Clojure 43

  4. telemere.axiom telemere.axiom Public

    A set of things necessary for Telemere-to-Axiom integration.

    Clojure 7 1

  5. polylith-integrant polylith-integrant Public

    An example application in Polylith style with an Integrant system for state mgmt

    Clojure 4 1

  6. Truely Functional FizzBuzz (in Clojure) Truely Functional FizzBuzz (in Clojure)
    1
    (ns fizz-buzz
    2
      "Approaching the infamous 'FizzBuzz' code problem
    3
       with cyclic sequences and declarative rules")
    4
    
                  
    5
    ;; SOLUTION