4 ms·
I threw together a D Programming language glob-grep based off of the Zig version the author posted, if anyone is curious: https://gist.github.com/aruthane/005c6
by chhs 5y ago
I threw together a D Programming language glob-grep based off of the Zig version the author posted, if anyone is curious: https://gist.github.com/aruthane/005c6c48f0deb9c4bfc83bc75e0e95f7 https://gist.github.com/aruthane/005c6c48f0deb9c4bfc83bc75e0...
- perennus 5y agoThis is the most readable version for me. I like C++ also but I find the namespace clutter annoying.
- CyberDildonics 5y agoThere is no reason there has to be namespace clutter in C++
- drannex 5y agoGreat work! Really hope the author decides to run and see the performance in comparison.