timotey / implicits

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Implicits

This is how i imagine implicits/context to work in my language

Unlike the parameter-passing scheme that other languages use, this implementation is optimized for a large amount of rarely changing values

Building

mkdir -p build && cd build && cmake .. && make

About


Languages

Language:C++ 94.3%Language:CMake 5.7%