Hi, where can i find more info on the following topics Dynamic queries importing libraries q.k/q.q q shortcuts building gateways
> Dynamic queries
http://www.timestored.com/kdb-guides/functional-queries-dynamic-sql
http://code.kx.com/wiki/Reference/parse
http://code.kx.com/wiki/Reference/eval
> importing libraries
http://code.kx.com/wiki/Reference/SystemCommands#.5Cl\_name\_-\_load\_file\_or\_directory
5.5. Importing Scoping libraries is a standard way to prevent different projects from accidentally declaring variables with the same name. There are times, however, when we would like to use a function or access data from another directory without having to specify the fully scoped name each time. In these cases we have explicitly decided that the variables imported from the other directory will not clash with our own. .util.use
Psaris, Nick (2015-03-19). Q Tips: Fast, Scalable and Maintainable Kdb+ (Kindle Locations 1664-1667). Vector Sigma. Kindle Edition.
> q.k/q.q
http://www.kdbfaq.com/kdb-faq/tag/qk
> q shortcuts
not understand
> building gateways
https://github.com/AquaQAnalytics/TorQ/blob/master/AquaQTorQ.pdf
page 56 chapter 8.2