Limiting parallelism using futures, parallel forms and fibers

2020-01-07 Thread Zelphir Kaltstahl
Hello Guile users! I thought about what I need for parallelizing an algorithm I am working on. Background: I am working on my decision tree implementation (https://notabug.org/ZelphirKaltstahl/guile-ml/src/wip-port-to-guile), which is currently only using a single core. Training the model splits t

Re: GNU Guile 2.9.5 Released [beta]

2020-01-07 Thread Andy Wingo
On Tue 07 Jan 2020 00:14, Chris Vine writes: > I wonder if it would surprise the programmer to have the cond > conditionals evaluated in a different dynamic environment from the one > in which the cond consequential is evaluated where there is a > conditional which is true. I entirely agree it's

Re: GNU Guile 2.9.8 Released [beta]

2020-01-07 Thread Stefan Israelsson Tampe
Bump! Great, but loading an extension like: (catch #t (lambda () (throw #t) (load-extension "libguile-persist" "persist_init") (pk 1)) (lambda x (let ((file (%search-load-path "src/.libs/libguile-persist.so"))) (if file (catch #t (lambda ()