As usual, the future is already here, just unevenly distributed. https://github.com/capitaomorte/yasnippet I do wonder if you gave $11M to João Távora what the end result would be. Probably pretty cool.
Rice University leads $11M effort in big data software analytics
11–20 of 34 posts
Re: Rice University leads $11M effort in big data software analytics
#12Can anyone enlighten me as to what they are actually trying to do, from the perspective of an actual software developer?
Or did they just successfully string together the correct sequence of buzz words to unlock the grant money?
Re: Rice University leads $11M effort in big data software analytics
#13I feel that the reason DARPA is willing to fund this is because of that last part: "vulnerabilities".
Re: Rice University leads $11M effort in big data software analytics
#14This is easy. IDE bot scrapes stackoverflow as you type. Ctrl-space to paste 'best' solution.
Re: Rice University leads $11M effort in big data software analytics
#15This is easy. IDE bot scrapes stackoverflow as you type. Ctrl-space to paste 'best' solution.
Re: Rice University leads $11M effort in big data software analytics
#16Re: Rice University leads $11M effort in big data software analytics
#17Not that there is anything wrong with autocomplete. I certainly use it, but I've seen a lot of programmers that barely understand the code they are writing.
Re: Rice University leads $11M effort in big data software analytics
#18“We envision a system where the programmer writes a few of lines of code, hits a button and the rest of the code appears. And not only that, the rest of the code should work seamlessly with the code that’s already been written.” I'm skeptical... 'Writing computer programs could become as easy as searching the Internet. A Rice University-led team of software experts has launched an $11 million effort to create a sophi…
If we look at duplicate code across all projects on the Internet, maybe can simply pull from a larger database.
http://stackoverflow.com/questions/191614/how-to-detect-code...
Anyway, it's easy to say that it can't be done. It's probably more worthwhile to try and tackle the problem and make some forward progress.
[Update]
Just saw this HN submission.
https://news.ycombinator.com/item?id=8562635
Microsoft can now autocomplete C# code by using Bing Code Search Engine based off of your comments.
///how to read file pth line by line
Pretty slick.
Re: Rice University leads $11M effort in big data software analytics
#19Re: Rice University leads $11M effort in big data software analytics
#20“We envision a system where the programmer writes a few of lines of code, hits a button and the rest of the code appears. And not only that, the rest of the code should work seamlessly with the code that’s already been written.” I'm skeptical... 'Writing computer programs could become as easy as searching the Internet. A Rice University-led team of software experts has launched an $11 million effort to create a sophi…
I am right there with you. we already have "auto-complete". I am not sure what "auto-correct" would entail. My guess is fixing syntax errors, but i don't see how it could even address logic errors.