Py Update
- Posted by David Cuny <dcuny at LANSET.COM> Oct 20, 2000
- 688 views
For anyone interested in Py (my Euphoria/Python hybrid language), there's an update available at: http://www.lanset.com/dcuny/py.htm New features include: - supports most of Euphoria's core routines - associated lists (dictionaries) - 'continue' statement for loops - 'else' clauses for loops - more bugfixes - documentation I've also written a support program making it easy to create wrappers to Euphoria libraries. For example, it can wrap the Win32Lib library. Unfortunately, Py doesn't support callbacks (yet), so it can't do much more than create windows with controls. As always, feedback is appreciated. -- David Cuny