chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] need idea for read-syntax


From: Category 5
Subject: Re: [Chicken-users] need idea for read-syntax
Date: Tue, 18 Nov 2003 10:53:22 +0000
User-agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.3 (berkeley-unix)

felix wrote:

> Ok, shall it be #{ ... }#, then?

Hmmn.  This isn't too bad for the statement-sequence case, where the {}
even suggest the block structure of a C function, but I don't think it
fits the typed-value case well at all (partly for the same reason).

I can see Peter's point, but I think the use cases of #[ ]# are
different enough from literal vector notation to avoid confusion.  (Then
again, I don't have any code that writes vectors as #[1 2 3].  =)

Actually I'd rather see the conflation of []/() disappear and have plain
[] used to represent vectors in Scheme, making them look less like
second-class citizens.  But that's a whole 'nother discussion.

-- 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]