1. Py 0.26a Update
I've just posted Py 0.26a on my home page:
http://www.lanset.com/dcuny/py.htm
This version fixes a problem resolving local and module level variables.
For those who have managed to ignore my prior posts, Py is an interpreted
language written in Euphoria. It began as a hybrid of Euphoria and Python,
along with a bunch of wishlist items, like:
- interactive mode, with syntax coloring
- multiple left-hand assignments
- slicing shorthands [..n] and [n..]
- associative lists as a native datatype
- dot notation
- OOPish features
- forward references
- pass by reference
- variables created by assignment
- variable length arguments
- crash_routine on errors
- namespaces
- '=' acts as equal() when comparing sequences
- for..in..do
- continue
As usual, feedback is appreciated.
-- David Cuny