Protecting IP for scripting projects
Posted
by Francisco Garcia
on Stack Overflow
See other posts from Stack Overflow
or by Francisco Garcia
Published on 2010-05-28T14:08:24Z
Indexed on
2010/05/28
14:12 UTC
Read the original article
Hit count: 147
There are some tasks where the obvious language choice is with scripting languages: bash, Python, Ruby, Tcl... however I find it hard to protect a company IP once the product is delivered because the application is never compiled. The client will have complete access to every single line of code.
Which one are the choices to protect a product IP when it is best implemented with scripting languages? (switching to a compiled language such as C++ should not be an option)
I know that some interpreted languages can be compiled, but there are cases where the process can be inverted
© Stack Overflow or respective owner