Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Human-Compiler

Human-Compiler

Human-Compiler has asked 24 questions and find answers to 31 problems.

Stats

608
EtPoint
107
Vote count
24
questions
31
answers

About

I identify as a non-binary C++ compiler. My pronouns are cpp and hpp.

I create and manage a lot of fun open-source C++ libraries -- check them out on Github!


Here are a few of my favorite projects that I work on:

  • Backport-C++:
    A C++11-compliant implementation of features from C++14, C++17, and C++20.
    c++11 c++14 c++17 c++20 optional variant
  • Scope:
    A C++11-compliant implementation of the std::unique_resource and std::on_scope_exit utilities
    c++11 raii templates
  • Lazy:
    A fun C++14-project for creating lazy-instantiated types
    lazy
  • Alloy:
    A WIP game-engine using the best of C++17, following best design-practices
    c++17 game-engine