The Wayback Machine - https://web.archive.org/web/20240913022639/https://github.com/lhrb
Skip to content
View lhrb's full-sized avatar
  • Cologne

Block or report lhrb

Report abuse

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

Report abuse

Pinned Loading

  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