Thread: SciFi history?
View Single Post
Old 07-27-2010, 11:18 AM   #122
DMcCunney
New York Editor
DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.DMcCunney ought to be getting tired of karma fortunes by now.
 
DMcCunney's Avatar
 
Posts: 6,384
Karma: 16540415
Join Date: Aug 2007
Device: PalmTX, Pocket eDGe, Alcatel Fierce 4, RCA Viking Pro 10, Nexus 7
Quote:
Originally Posted by kacir View Post
When you write a program in AutoLisp and you want to prevent other people from reading the program you simply strip all the CR/LF characters (make it one long line), replace tabs (used for formatting) with spaces and then replace every occurrence of more than one consecutive space with one space. When you replace all the variable names with some A1, A1, A3, B1 meaningless names, it is guaranteed that nobody will be able to understand your program without LOTS of effort, especially when the program is long ;-)
An old friend programs in APL. At one job, they had to send their code to someone else to run. Since APL was interpreted, they had to send source, and there were issues about intellectual property. His solution was to simply strip the comments. The lawyers looked at the result and pronounced it object code, and okay to circulate outside the company.

Quote:
By the way, do you know the GNU Emacs text editor?
Eighty Megabytes And Constantly Swapping?
Yes, and an assortment of things like it. In normal usage, I'm more likely to use vi.
______
Dennis
DMcCunney is offline   Reply With Quote