Live data from Hacker News

Ramda-cli, a jq-like CLI tool for processing data with functional pipelines

github.com

1–10 of 11 posts

Re: Ramda-cli, a jq-like CLI tool for processing data with functional pipelines

#3
post #2

When I saw the example I thought this was using R, the statistical computing tool. But it's this tool itself that has an executable called R. I'd suggest renaming it.

does the R language have an executable also called R?

I think the reason is that this is close to home to Ramda users - the typical name for the Ramda object in Javascript is R.

(for the unaware, Ramda is basically Underscore but more powerful and with a saner, more consistent API)

Re: Ramda-cli, a jq-like CLI tool for processing data with functional pipelines

#4
post #3
post #2

When I saw the example I thought this was using R, the statistical computing tool. But it's this tool itself that has an executable called R. I'd suggest renaming it.

does the R language have an executable also called R? I think the reason is that this is close to home to Ramda users - the typical name for the Ramda object in Javascript is R. (for the unaware, Ramda is basically Underscore but more powerful and with a saner, more consistent API)

Yes, it does. Even if it didn't, it's still confusing I'd say. Why not just call it ramda? Still quite short. Actually, R is the only single letter executable that I can think of. Chances of clashes are ~1/26 :)

Re: Ramda-cli, a jq-like CLI tool for processing data with functional pipelines

#5
post #3
post #2

When I saw the example I thought this was using R, the statistical computing tool. But it's this tool itself that has an executable called R. I'd suggest renaming it.

does the R language have an executable also called R? I think the reason is that this is close to home to Ramda users - the typical name for the Ramda object in Javascript is R. (for the unaware, Ramda is basically Underscore but more powerful and with a saner, more consistent API)

R in Linux (OS X is case insensitive, why!) is the command to call R. Usually R is written in an IDE and executed in the IDE or in scripts calling on R.
Post reply on HN