The first equation on page 8 of the arXiv paper http://arxiv.org/abs/1503.01472 seems strange to me. It looks like saying "function F(t) given by F(t) + Sum(something)." Shouldn't it use ':=' symbol instead of '+', like…
Why can't we have an IDE that provides a "single file" view into multiple files? It would display them one after the other in a single tab, allow search across multiple files, probably even cut-and-paste from one file…
Just out of curiosity, could you provide a link to a simple game written in ~10 (ten!) lines of code? My understanding was that for anything close to interactive game at least 50-100 lines of code are needed: to draw…
The first equation on page 8 of the arXiv paper http://arxiv.org/abs/1503.01472 seems strange to me. It looks like saying "function F(t) given by F(t) + Sum(something)." Shouldn't it use ':=' symbol instead of '+', like…
Why can't we have an IDE that provides a "single file" view into multiple files? It would display them one after the other in a single tab, allow search across multiple files, probably even cut-and-paste from one file…
Just out of curiosity, could you provide a link to a simple game written in ~10 (ten!) lines of code? My understanding was that for anything close to interactive game at least 50-100 lines of code are needed: to draw…