From ... From: Erik Naggum Subject: Re: LISP feature comparability to Smalltalk?? Date: 1999/05/30 Message-ID: <3137032296419883@naggum.no>#1/1 X-Deja-AN: 483658567 References: <928040402.6626@www.remarq.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * atl | I'm fairly new to LISP. Blocks in Smalltalk(statement sequences enclosed | in square brackets) are very flexible. YOu must explicitly execute a | statement by sending the value message to the block. You can also assign | blocks to variables and pass them around. What LISP feature most closely | resembles Smalltalk blocks? lambda expressions, which are more powerful than blocks, of course, but also slightly more verbose unless you invent your own syntax, which is also trivial to do. #:Erik -- @1999-07-22T00:37:33Z -- pi billion seconds since the turn of the century