Giter Site home page Giter Site logo

Hi there 👋

Total time coded since Jun 11 2020

  • ⚡ I’m currently as a Programmer ,PL enthusiast ,and Vagrant .
  • 📕 I’m currently learning Compiler, Language Design and Impl, Program Analysis and Program Foundation.
  • 💬 Ask me about ANYTHING.
  • 📫 How to reach me: see my Email.
  • ⚙ A programmer in a world where nobody knows what one is and what one does.
  • 📚 Recommend those -Computers can be understood , write-code-every-day
template<typename T>
concept TouchFishAble = requires(T human) {
  { human.touchFish() };
};

class Programmer : public Human
{
public:
  auto eat() -> STATUS;
  auto code() -> STATUS;
  auto sleep() -> STATUS;
  auto repeat() -> STATUS;
  
  Programmer(KeyBoard keyboard , Screen screen , Book tech_book , Computer high_performance_computer);
}

class World
{
  constexpr int answer = 42;
  World(World&& old_world);
  
  template <class Obj>
  auto execute(Obj& obj) -> STATUS;
}
 

constinit Programmer me(Niz , Mateview , PLFA , mbp_with_m1_chip);

World world(std::move(earth));

world.execute<Programmer>(me);


constexpr auto lambda = [](auto TouchFishAble) {
  return [](auto human) {
    human.touchFish();
  };
};

matrixkoo's GitHub stats

trophy since 2021-03-12

M4tr1xt4ng's Projects

arocc icon arocc

A C compiler written in Zig.

asmjit icon asmjit

Low-latency machine code generation

binaryen icon binaryen

Optimizer and compiler/toolchain library for WebAssembly

c_lambda- icon c_lambda-

use C++ lambda to create a functional program language.

canal icon canal

Abstract interpreter for real-world application programs

catch2 icon catch2

A modern, C++-native, header-only, test framework for unit-tests, TDD and BDD - using C++11, C++14, C++17 and later (or C++03 on the Catch1.x branch)

cheerp-meta icon cheerp-meta

Cheerp - a C/C++ compiler for Web applications - compiles to WebAssembly and JavaScript

dg icon dg

[LLVM Static Slicer] Various program analyses, construction of dependence graphs and program slicing of LLVM bitcode.

dragon-book-exercise-answers icon dragon-book-exercise-answers

Compilers Principles, Techniques, & Tools (purple dragon book) second edition exercise answers. 编译原理(紫龙书)第2版习题答案。

fleet icon fleet

🚀 The blazing fast build tool for Rust.

gitignore icon gitignore

A collection of useful .gitignore templates

lima icon lima

Linux virtual machines, typically on macOS, for running containerd

lit icon lit

An integrated testing tool inspired from LLVM's 'lit' tool

marwood icon marwood

An embeddable Scheme R7 Compiler & Runtime written in Rust

nora icon nora

An experimental Racket implementation using LLVM/MLIR

optview2 icon optview2

User-oriented fork of LLVM's opt-viewer

plct-weekly icon plct-weekly

软件所PLCT实验室在开源领域的不定期简报

rime icon rime

Rime Squirrel 鼠须管配置文件(朙月拼音、小鹤双拼、自然码双拼)

rust-course icon rust-course

<<Rust语言圣经(The Course)>>,本书对Rust语言进行全面且深入的讲解,辅以生动的文字和典型的示例。 这既是一本厚重的书籍,也是一门全面的课程,希望读者朋能喜欢。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.