Hacker News new | ask | show | jobs
by chhs 1904 days 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/005c6c48f0deb9c4bfc83bc75e0...
2 comments

This is the most readable version for me. I like C++ also but I find the namespace clutter annoying.
There is no reason there has to be namespace clutter in C++
Great work! Really hope the author decides to run and see the performance in comparison.