Earlier quoted context omitted.
Or perhaps incanter with all it's lispy goodness. "Incanter is a Clojure-based, R-like platform for statistical computing and graphics." http://incanter.org/
Ihaka himself seems to be eyeing with Common Lisp as the next best statistical environment: http://www.stat.auckland.ac.nz/%7Eihaka/downloads/Compstat-2...
The future of R - pessimistic thoughts by R founder Ross Ihaka
21–30 of 78 posts
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#22I would welcome a replacement for R just because the new language's name might be easier to google. I hope they don't call it Q.
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#23To be honest I've been using R a bit lately for my work and while I like it I don't find it at all innovative. That's not a criticism of R: the libraries it has are amazing, as well as the mindshare among people who care of statistics. But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. So I am kind of pleased my th…
But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. Indeed - it would be a shame for them to start over from scratch and end up coming up with a brand new language, brand new syntax, brand new quirks, brand new performance problems, etc., while they could have simply searched around a bit for something that's alread…
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#24I would welcome a replacement for R just because the new language's name might be easier to google. I hope they don't call it Q.
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#25> The license will need to a better job of protecting work donated to the commons than GPL2 seems to have done. I’m not willing to have any more of my work purloined by the likes of Revolution Analytics, so I’ll be looking for better protection from the license (and being a lot more careful about who I work with). Not having used R or being more than passingly familiar with it, I'm wondering if anyone could shed some…
I'm sort of torn on this issue because setting aside the terms under which RA releases their libraries, what they produce comes with great documentation, and tends to be pretty useful. Using foreach and doMC I was able to cut down a calculation that normally takes 8 hours to 3 hours on a 6 core machine.
On the other hand, I strongly believe that proprietary code should be avoided when doing scientific research because it inhibits peer review and makes it harder for others to replicate your work. As Warren DeLano said: "The only way to publish software in a scientifically robust manner is to share source code, and that means publishing via the internet in an open-access/open-source fashion."
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#26Earlier quoted context omitted.
But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. Indeed - it would be a shame for them to start over from scratch and end up coming up with a brand new language, brand new syntax, brand new quirks, brand new performance problems, etc., while they could have simply searched around a bit for something that's alread…
Perhaps I'm wrong, but scipy and numpy seem to do a lot of what they want, and if they started there a lot more of their effort could go into porting the libraries.
R of all things was running faster.
I reimplemented in java and it takes < 1 second.
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#27To be honest I've been using R a bit lately for my work and while I like it I don't find it at all innovative. That's not a criticism of R: the libraries it has are amazing, as well as the mindshare among people who care of statistics. But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. So I am kind of pleased my th…
But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. Indeed - it would be a shame for them to start over from scratch and end up coming up with a brand new language, brand new syntax, brand new quirks, brand new performance problems, etc., while they could have simply searched around a bit for something that's alread…
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#28To be honest I've been using R a bit lately for my work and while I like it I don't find it at all innovative. That's not a criticism of R: the libraries it has are amazing, as well as the mindshare among people who care of statistics. But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. So I am kind of pleased my th…
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#29I would welcome a replacement for R just because the new language's name might be easier to google. I hope they don't call it Q.
Re: The future of R - pessimistic thoughts by R founder Ross Ihaka
#30Earlier quoted context omitted.
But I wonder why R actually needs to exist as its own language. It seems it could be recast in Ruby for example or one of the latest functional languages. Indeed - it would be a shame for them to start over from scratch and end up coming up with a brand new language, brand new syntax, brand new quirks, brand new performance problems, etc., while they could have simply searched around a bit for something that's alread…
Fear not, some of us are working on this very hard.