Underscore.go is a mostly WIP that I hadn't intended to go live on HN :)
The general feedback so far is __ is annoying, I thought it was cool and if people were annoyed they could fix it on import. But I might be quite wrong on this one.
The directory layout is going to change and I am working on a branch at the moment that splits the whole thing into a file per algorithm, which makes things much easier to work with.
Comments
Oh hello. Library author here.
Underscore.go is a mostly WIP that I hadn't intended to go live on HN :)
The general feedback so far is __ is annoying, I thought it was cool and if people were annoyed they could fix it on import. But I might be quite wrong on this one.
The directory layout is going to change and I am working on a branch at the moment that splits the whole thing into a file per algorithm, which makes things much easier to work with.
You should make the library installable with "go get" (yes, "__" is an ecosystem-hostile import path), and remove .go from the repository name.
Yep. Both points are top of the todo list.