compile Q code

Hi Q gods,

Does anyone know how to compile Q codes into any format which prevent from user viewing the source code?

Much appreciated!

Thanks

https://code.kx.com/wiki/Reference/SystemCommands#.5C_.5Bscriptname.5D_-_hide_q_code

Thanks,

Caolan

Get Outlook for Android


From: personal-kdbplus@googlegroups.com <personal-kdbplus@googlegroups.com> on behalf of agoodname <mr.davidwen@gmail.com>
Sent: Thursday, January 18, 2018 10:08:27 AM
To: Kdb+ Personal Developers
Subject: [personal kdb+] compile Q code
 

Hi Q gods,

Does anyone know how to compile Q codes into any format which prevent from user viewing the source code?

Much appreciated!

Thanks


Submitted via Google Groups

Use the _ command.

q) _ script.q

See http://code.kx.com/q/ref/syscmds/#\_-hide-q-code

If you really want 100% obscurity you can use my tool -

https://github.com/quintanar401/q2c

it can compile any Q code into C and then *.so library.

WBR, Andrey Kozyrev.

???, 18 ??? 2018 ?., 7:42:33 UTC+3 ??? agoodname ???:

Hi Q gods,

Does anyone know how to compile Q codes into any format which prevent from user viewing the source code?

Much appreciated!

Thanks

oh WOW. this is what I am looking for!

Brilliant!