Py Programming Language
- Posted by David Cuny <dcuny at LANSET.COM> Jan 25, 2001
- 652 views
Someone asked the other day how to create executables using Py, so I've hacked together a routine to bind Py programs into stand-alone executables, much like Euphoria does. In addition, it performs a minor encryption on the source code, to make it a bit harder for prying eyes to read. You can find Py on my home page, at: http://www.lanset.com/dcuny/py.htm As always, feedback is appreciated. Thanks! -- David Cuny