Currently if I want to import a q-script, e.g. sp.q, from the internet,
I need to save it to disk and then load it. system "wget
https://raw.githubusercontent.com/KxSystems/kdb/master/sp.q";\l sp.q But
if I want to do the \l to the url directly witho...