futures and parallel forms in Guile and Bigloo

Sven Hartrumpf <[email protected]> Wed, 05 Aug 2020 12:04:35 +0200 (CEST)
Newsgroups gmane.lisp.scheme.bigloo
Message-ID <[email protected]>
Dear Bigloo users.

I read about futures in Guile (see https://www.gnu.org/software/guile/manual/html_node/Futures.html)
and the parallel forms built on-top, e.g. parallel, par-map and par-for-each
(see https://www.gnu.org/software/guile/manual/html_node/Parallel-Forms.html).

They look very promising,
especially because 8, 16 or more CPU cores are available on more and more
standard CPUs.

Can these constructs be efficiently implemented in Bigloo, too?

Greetings
Sven