Comment on SpahQL - A query language for Javascript objectsComments−quile14yNice.Along these lines, by the way, is my Javascript port of Apple's "key-value coding":http://quile.github.com/keyvaluecoding-jswhich allows you to traverse object graphs without all the null-check nonsense. Admittedly the purpose is slightly different, but they seem related.
Comments
Nice.
Along these lines, by the way, is my Javascript port of Apple's "key-value coding":
http://quile.github.com/keyvaluecoding-js
which allows you to traverse object graphs without all the null-check nonsense. Admittedly the purpose is slightly different, but they seem related.