Voting in favor of a short syntax, as a mostly userland dev, seems a
no-brainer, but both suggested syntaxes and patches are rather unnatural:
they attempt to mimic JSON syntax, but do not go the whole way.
The second syntax, possibly more natural to PHP devs, might well be more
trouble tha
Hello,
Having to do some work in Python recently, I had to dig into WSGI and found
that its model, much similar to what JSGI, PSGI, Rack do, seemed likely to
bring a potentially high performance improvement on my usual (Drupal)
environment. This also happened to match a remark done by Rasmus durin