Re: Array constructor in Guile?

Liste des GroupesRevenir à cl scheme 
Sujet : Re: Array constructor in Guile?
De : mail (at) *nospam* axel-reichert.de (Axel Reichert)
Groupes : comp.lang.scheme comp.lang.lisp
Suivi-à : comp.lang.scheme
Date : 18. Apr 2024, 19:51:16
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <87h6fypnjf.fsf@axel-reichert.de>
References : 1 2
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Lawrence D'Oliveiro <ldo@nz.invalid> writes:

On Thu, 18 Apr 2024 08:02:29 +0200, Axel Reichert wrote:
>
But I did not find an array "constructor" syntax that allows me to
create an array such as
 
  #2((2 1) ((+ 2 3) 6))
 
resulting in
 
  #2((2 1) (5 6))
>
    (list->array 2 `((2 1) (,(+ 2 3) 6)))

Great, thanks, did not see this idea.

Best regards

Axel

Date Sujet#  Auteur
18 Apr 24 * Array constructor in Guile?4Axel Reichert
18 Apr 24 +* Re: Array constructor in Guile?2Lawrence D'Oliveiro
18 Apr 24 i`- Re: Array constructor in Guile?1Axel Reichert
19 Apr 24 `- Re: Array constructor in Guile?1Stefan Monnier

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal