Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
moreyes
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
moreyes
15y ago
Or Shiva3D?
2.
▲
by
moreyes
15y ago
Dart's biggest competitive advantage is that it has teams building compilers, VMs, libraries, apps and tools. It is not just about syntax sugar. It is also about better debugging and collaborating, improved development cycles and so on.
3.
▲
by
moreyes
15y ago
The bad thing is bashing without trying to understanding the problem they are trying to solve and the audience they are targeting.
4.
▲
by
moreyes
15y ago
It seems that what you ended up doing is, in fact, reimplementing things that were implemented zillions of times before. Am I wrong or the Pump middleware doesn't work for any WSGI app? If it had followed the WSGI middleware basic concept,
5.
▲
by
moreyes
15y ago
It is ironic that they mention "don't have to reinvent the wheel" in that page.
6.
▲
by
moreyes
15y ago
I have the impression that experienced Python programmers don't feel comfortable with web2py's controversial (some would call "unpythonic") approaches, like automatic imports or the use or exec.
7.
▲
by
moreyes
15y ago
I think you're confusing the general idea of cursors with datastore cursors, which require a query and can't be created "per request", but "per query". See: http://code.google.com/appengine/docs/java/datastore/queries...
8.
▲
by
moreyes
15y ago
It should be added to the documentation which datastore features it doesn't support, to warn users and avoid that the GAE support is misinterpreted as bad advertisement.
9.
▲
by
moreyes
15y ago
Does the web2py database abstraction layer support datastore transactions and query cursors? Or what datastore features it doesn't support? (apparently the documentation doesn't mention any datastore feature it doesn't support but the last
10.
▲
by
moreyes
15y ago
Thanks for the mention! (I'm the webapp2 author). A big advantage of webapp2 is that you can use existing (and probably future) SDK libraries without adaptation. Many App Engine services (blobstore, mail handler, deferred etc) use handlers