Nfu: Command-line Numeric Fu(blog.factual.com)
blog.factual.com
Nfu: Command-line Numeric Fu
http://blog.factual.com/nfu-command-line-numeric-fu
5 comments
num-utils is somewhat similar and one of the packages I install by default:
Very interesting toolset. A similar toolset cropped up a wee while ago [0], might be good to integrate the two?
Using unix tools for data processing seems to work well.
[0] https://news.ycombinator.com/item?id=6412190
Using unix tools for data processing seems to work well.
[0] https://news.ycombinator.com/item?id=6412190
Google's 'crush-tools' have some similar design goals, fwiw: https://code.google.com/p/crush-tools/
Looks useful.
However, I'm curious: Why does nfu use obscure options like
"nfu -s" instead of cleartext: "nfu sum"?
It has both, but the short options are more compact when you're doing multiple transformations at once.
Seems pretty goofy compared to just using Incanter in the Clojure REPL (or something similar).