[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Contribution to SES (resend)
From: |
Stefan Monnier |
Subject: |
Re: Contribution to SES (resend) |
Date: |
Thu, 22 Apr 2010 17:54:43 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
> I would like to make a contribution to SES, a user of which I am.
I like it, but I have a few comments:
- What's the difference btw ses-range and ses-list? I mean, ses-list
seems like a superset, so why not extend ses-range instead?
- Hmmm.... #N= + #N# in source code ... I'd rather avoid it.
- Do we really need to distinguish ^> from >^ when the user can just
(reverse ...) the result? I guess it's OK.
- please use `case' rather than assq+eval (I usually dislike `eval').
- The !0 and !. should be replaced by a single flag that comes with
the default value to use.
- I'm not convinced I like those special symbols (but I don't have
a good counter-proposition either).
Stefan