Skip to content

MATRIXKOO/MATRIXKOO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published