Marcin 'Qrczak' Kowalczyk <qrczak@knm.org.pl> wrote:
+---------------
| Peter Herth <p.herth@t-online.de> writes:
| > - Lisp isn't the only language which requires editor-support for
| > reasonable working, just look at Python. With its indentation rules,
| > coding Python without an aware editor is really painfull too.
|
| It's not. It's much easier to type Python without a Python-aware
| editor than to type Lisp without a Lisp-aware editor.
+---------------
Well, I disagree. I have no trouble at all developing in Lisp
with "vi"[1] (properly-indented Lisp at that!), but I rather
suspect I'd go nuts with Python's significant-whitespace rules
no matter *what* the editor was!
-Rob
[1] And while it's fine for me personally, I doubt that most of you
would consider its basic paren-matching and "operate-on-matching"
[for "operate" = move-to, delete-to, or shift-left/right] to
qualify "vi" as being "Lisp-aware"...
-----
Rob Warnock <rpw3@rpw3.org>
627 26th Avenue <URL:http://rpw3.org/>
San Mateo, CA 94403 (650)572-2607