in reply to Lisp Rocks

Someone once told me that Lisp could use ']' to mean "close all currently open parentheses". They may well have been winding me up but, as your code demonstrates, it should be true :)

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me

Replies are listed 'Best First'.
Re: Re: Lisp Rocks
by hding (Chaplain) on May 24, 2001 at 18:28 UTC

    This isn't true of (ANSI) Common Lisp or Scheme, but some editors will close the current expression if you press ]

    Update: Corrected in response to followup.