>>22 ,
>>27
* it makes (READ) about a million times more complicated as you have to count spaces, and it requires lookahead. That means global memory for a stream. Ick.
* it requires more typing. entering [let[[x y]]TAB CR[sage x]]TAB versus "spacespacespacespaceLETspacespaceXspaceYenterspacespacespacespacespacespaceSAGE X"
* Whitespace is susceptible to errors in transmission (or changes in meaning). It makes programs hard to enter into TeX, HTML, markdown, and everywhere but in jEdit.
* Quasiquote/comma is important.
* VI users cannot use % to bounce between edges of the sexp and emacs wouldn't have anything to hilight.
* Only inexperienced programmers have a problem with parens anyway. They need to stop being so offended by the fact that after "ten years of java and C", they're still beginner programmers to some simply because they can't read the code of people well above their skillset, nor code written by people well below their skillset.