🇧🇬🏴󠁧󠁢󠁥󠁮󠁧

cppipe - C Plus Pipe

People often avoid C++ and resort to scripting languages like Python or Shell, not because they offer a better synthax for the task at hand, but because execution is easier. Having an executable separate from the source file (like in C/C++) introduces overhead when these files are modified. Confustion can also arise as to which source file was used to produce this executable. To solve this I created cppipe, offering a Python like source file execution, without sacrificing performance.