Python syntax in Lisp and Scheme

Sampo Smolander sampo.smolander+news at helsinki.fi
Sat Oct 4 02:53:37 EDT 2003


In comp.lang.scheme Paul Rubin <http://phr.cx@nospam.invalid> wrote:
> I think you could write the scheme code like this:

>     (define vector-fill! (v x)

I guess parenthesising like

   (define (vector-fill! v x)

would be more schemey.

[Followups set to scheme-group only]




More information about the Python-list mailing list