Re: LISP code example matching an abstract construct
- From: Pascal Bourguignon <pjb@xxxxxxxxxxxxxxxxx>
- Date: Fri, 30 Jun 2006 17:00:35 +0200
"Juan R." <juanrgonzaleza@xxxxxxxxxxxxxxxxxxxx> writes:
[...]
Once i understood this (and see that some LISPers think similar) i can
see that probably my original proposal for CanonCode (transformation of
CanonML documents somewhat as XSLT is for transformation of XML) could
work in a minimalist approach.
(X ...)
and
(... X ...)
both mean the same X command, whereas in CL only (X ...) can be
interpreted that way.
Have a look at scheme. This is a question of Lisp-1 vs. Lisp-2.
In scheme, X is interpreted the same in both places (but it would
still be called in first position, and just passed as argument in the
other positions; it's still (verb complement...)).
--
__Pascal Bourguignon__ http://www.informatimago.com/
PLEASE NOTE: Some quantum physics theories suggest that when the
consumer is not directly observing this product, it may cease to
exist or will exist only in a vague and undetermined state.
.
- References:
- LISP code example matching an abstract construct
- From: Juan R.
- Re: LISP code example matching an abstract construct
- From: Juan R.
- LISP code example matching an abstract construct
- Prev by Date: Re: What language could be written "Matrix"
- Next by Date: Re: Why is LISP syntax superior?
- Previous by thread: Re: LISP code example matching an abstract construct
- Next by thread: from source-code CLISP-2.38
- Index(es):
Relevant Pages
|