Jean Abou Samra writes:
> Le 13/11/2022 à 07:44, to...@tuxteam.de a écrit :
>> You both have a point. Checking for existing predicates with a
>> longer tradition, though:
>>
>>scheme@(guile-user)> (exact? "mumble")
>>ice-9/boot-9.scm:1685:16: In procedure raise-exception:
>>In procedu
Hi,
while doing my first steps in Guile and porting a small shell script, I
noticed that capturing stdout from a subshell is very slow:
$ time guile -c '(begin (use-modules (ice-9 popen) (ice-9 rdelim))
(display (read-delimited "" (open-input-pipe "ls"'
#
real0m0,313s
user0m0,008
The sentence '-- Scheme Procedure: map' is defined twice each with different
inputs and explanation:
-- Scheme Procedure: map proc arg1 arg2 ...
-- Scheme Procedure: map-in-order proc arg1 arg2 ...
-- C Function: scm_map (proc, arg1, args)
Apply PROC to each element of the list ARG1 (if only two