Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pheuter/wordcount
Just word count implementations in various languages.
https://github.com/pheuter/wordcount
Last synced: about 2 months ago
JSON representation
Just word count implementations in various languages.
- Host: GitHub
- URL: https://github.com/pheuter/wordcount
- Owner: pheuter
- License: mit
- Created: 2014-01-02T23:29:56.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-02T23:31:34.000Z (almost 11 years ago)
- Last Synced: 2024-10-12T23:13:33.592Z (3 months ago)
- Language: Go
- Size: 129 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wordcount
Just word count implementations in various languages. Helps me pick up a new language.
Result is sorted by most frequent occurrences first.## Languages
- [Clojure](http://clojure.org/)
- [CoffeeScript](http://coffeescript.org/)
- [Go](http://golang.org/)
- ...