资 源 简 介
QueScript brings a concise standard in scripting
QueScript is simple
QueScript views everything as a query. A program make a query and get or set the content from the query. You can use QueScript to query files, registries, web pages, search engine results, security settings, web services, etc. It woks just like a human being, QueScript requires programmer simply "ask for things they like".
QueScript is Collection-Oriented
QueScript select a group of files, web resources or objects by a query statement. Subsequent commands are target for the selected group. It allows programmers concentrate on the group behavior instead of individual behavior.
QueScript is Domain based
QueScript uses "protocol" to differential different types of resource, for instance, "file://" stands for local files, "http://" stands for web
pages, "google://" stands for search results from google,