help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: why are there [v e c t o r s] in Lisp?


From: Emanuel Berg
Subject: Re: why are there [v e c t o r s] in Lisp?
Date: Sat, 17 Oct 2015 06:47:15 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

"Pascal J. Bourguignon" <pjb@informatimago.com>
writes:

> In emacs lisp it'd be difficult to do it, but in
> Common Lisp it's trivial

I didn't say I wanted strings not to be

    "strings"

but

    '(32 9 13 105 10 103)

But having the vector

    [1 2 3]

as

    '(1 2 3)

wouldn't be bad if the computer could figure out on
its own the most efficient way to store and interact
with the data.

-- 
underground experts united
http://user.it.uu.se/~embe8573




reply via email to

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