cancel
Showing results for 
Search instead for 
Did you mean: 

compile Q code

agoodname
New Contributor
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
4 REPLIES 4

caolanraff
New Contributor
Thanks,
Caolan


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

--
You received this message because you are subscribed to the Google Groups "Kdb+ Personal Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email topersonal-kdbplus+unsubscribe@googlegroups.com.
To post to this group, send email to personal-kdbplus@googlegroups.com.
Visit this group at https://groups.google.com/group/personal-kdbplus.
For more options, visit https://groups.google.com/d/optout.

JFSawyer88
New Contributor
Use the \_ command.

q) \_ script.q

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

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


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!