Skip to content
View mtavkhelidze's full-sized avatar
🇬🇪
OOP is an exceptionally bad idea which could only have originated in California.
🇬🇪
OOP is an exceptionally bad idea which could only have originated in California.

Block or report mtavkhelidze

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
mtavkhelidze/README.md

What I cannot create, I do not understand. — Richard Feynman

Pinned Loading

  1. fp-plus-plus fp-plus-plus Public

    FP++: FP the hell out of C++

    C++ 1

  2. fuda fuda Public

    札: Type-safe opaque UUID identity system for Scala 3

    Scala 3

  3. ganbari ganbari Public

    頑張り: TODO list on alien steroids.

    Scala

  4. kaze kaze Public

    A fast end-to-end compiled SQL-like query engine prototype

    Scala

  5. ppserver ppserver Public

    Ping-Pong Server: A simple multi-threaded server and client demo in C11 using pthreads.

    C

  6. Fun with Haskell lazy evaluation in ... Fun with Haskell lazy evaluation in JavaScript.
    1
    /**
    2
     * @constructor
    3
     */
    4
    function* range(from, until) {
    5
      let i = from;