5 ms·
Scala, huh?
by openbasic 8y ago
Scala, huh?
- sabas123 8y agoAnd julia over c++???
- Kurtz79 8y agoThis honestly seems just a mistake. Skimming a few of the posts, there are maybe 15+ references to C++ for post, and 1 for Julia at most. The detection algorithm seems to be a bit iffy.
- inetknght 8y agoI'd be willing to bet that the regex parser doesn't like the pluses in C++
- Mikulas0 8y agoDefinitely. I might be blind, but I don't see C++ at all in the list of skills.
- Kurtz79 8y agoIt has changed compared to the initial version. Pretty sure that a string like "c\+\+" was there before. It seems that in the new version the old patterns have been commented out, the search method was changed and c++ removed altogheter: https://github.com/venkateshthallam/hn-whoishiring-analysis/blob/master/src/main.go https://github.com/venkateshthallam/hn-whoishiring-analysis/...