[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Questions about floating numbers, rethink and bug report
From: |
Marius Vollmer |
Subject: |
Re: Questions about floating numbers, rethink and bug report |
Date: |
09 Oct 2001 22:12:38 +0200 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.0.102 |
Keith Wright <address@hidden> writes:
> Why do we need eleven different prefix letters for different types of
> uniform vector anyway?
Right. Uniform vectors need to be moved out, the place cleaned up,
and then they can come in again, when they have learned to behave.
I wouldn't make them automatic, as you suggest, or even deduce the
type of literals from the contents, but the prototype stuff _is_
goofy. We can just take `#u' and then dispatch on the next char.
Like, `#ut' means boolean (bi_t_), `#ub' is 8-bit numbers, `#us' is
16-bit, and so on.
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/07
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/08
- Re: Questions about floating numbers, rethink and bug report, Keith Wright, 2001/10/09
- Re: Questions about floating numbers, rethink and bug report,
Marius Vollmer <=
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/09
- Uniform vectors: was Questions about floating numbers, Keith Wright, 2001/10/10
- Re: Uniform vectors: was Questions about floating numbers, Dirk Herrmann, 2001/10/10
- Re: Uniform vectors: was Questions about floating numbers, Martin Grabmueller, 2001/10/10
- Re: Questions about floating numbers, rethink and bug report, Neil Jerram, 2001/10/14
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/15
- Re: Questions about floating numbers, rethink and bug report, Neil Jerram, 2001/10/16
- Re: Questions about floating numbers, rethink and bug report, Dirk Herrmann, 2001/10/16
- Re: Questions about floating numbers, rethink and bug report, Neil Jerram, 2001/10/20
- Re: Questions about floating numbers, rethink and bug report, Chris Cramer, 2001/10/10