[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Installing Guile 3 on ArchLinux
From: |
Leo Butler |
Subject: |
Re: Installing Guile 3 on ArchLinux |
Date: |
Fri, 01 Apr 2022 06:49:06 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) |
How about:
L : [-.056165357653364,.7048726499160467,
0.0,-.704872649916047,.0561653576533636];
printf(true,"~{~17,14,,'0,f~%~}",L);
-0.05616535765336
0.70487264991605
0.00000000000000
-0.70487264991605
0.05616535765336
To decompose the control string:
~{ ... ~} iterates over the list L;
~17,14,,'0,f prints a field with width 17, with 14 digits to the right
of the decimal, uses the default scale factor, pads the right by 0 and
uses the default to pad the left (a space).
See http://www.lispworks.com/documentation/HyperSpec/Body/22_cc.htm
Leo
Jérémy Korwin-Zmijowski <jeremy@korwin-zmijowski.fr> writes:
> Dear Guilers,
>
> I am updating the installation page of https://jeko.frama.io and I am
> wondering how one can install Guile 3 on Archlinux. If anyone has a
> suggestion, let me know !