Python syntax in Lisp and Scheme
Joe Marshall
jrm at ccs.neu.edu
Wed Oct 15 13:40:00 EDT 2003
More information about the Python-list mailing list
Wed Oct 15 13:40:00 EDT 2003
- Previous message (by thread): Python syntax in Lisp and Scheme
- Next message (by thread): Python syntax in Lisp and Scheme
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Alexander Schmolck <a.schmolck at gmx.net> writes: > Additionally most of the time the code is actively being edited and thus *not* > in a consistent state -- this is how most editing errors occur and I don't > think lisp compares favourably to python here. EXACTLY! The issue is that the inconsistent state in lisp is rarely a legal expression, but an inconsistent state in Python often is. I'll answer the rest of the post a bit later. I had an idea I want to think about.
- Previous message (by thread): Python syntax in Lisp and Scheme
- Next message (by thread): Python syntax in Lisp and Scheme
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list