Skip to content
View lhrb's full-sized avatar
  • Cologne
Block or Report

Block or report lhrb

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. datahog datahog Public

    MicroKanren interpreter with a (datomic inspired) dsl on top to query data from a semantic triplet database.

    Clojure 1

  2. fxsys fxsys Public

    A library to manage events and effects

    Java

  3. cpxlyze cpxlyze Public

    First steps in software analytics. Mines data from git and visualizes with vega

    Clojure

  4. Haskell Curry's Y Combinator Haskell Curry's Y Combinator
    1
    ;; https://en.wikipedia.org/wiki/Fixed-point_combinator#Fixed-point_combinators_in_lambda_calculus
    2
    
    
    3
    (defn ycombinator [f]
    4
      ((fn [x]
    5
         (x x))
  5. woertle woertle Public

    a wordle like game in german and only words from harry potter books

    Clojure

  6. adventure adventure Public

    text adventure in prolog

    Prolog