Skip to content
View beoliver's full-sized avatar
Block or Report

Block or report beoliver

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

  1. wiretap wiretap Public

    A Clojure library for adding generic trace support without having to modify code.

    Clojure 46

  2. clj-arangodb clj-arangodb Public

    Clojure wrappers for the arangodb java client and velocypack libs

    Clojure 10 6

  3. jump jump Public

    Jump around your filesystem

    Shell 1

  4. javascript boolean matches (and / na... javascript boolean matches (and / nand / or / nor / xor / iff / all / any / none )
    1
    
                  
    2
    // a better name would be - if predicate is True then success, else not success.
    3
    // using basic logic we can now create logic functions that compute only as much as required
    4
    
                  
    5
    // anyBool :: (a -> Bool) -> Bool -> [a] -> Bool