Ludovic Courtès skribis:
> ludo@ribbon ~/src/guix$ ./pre-inst-env guix environment --pure --ad-hoc
> guile-next guile3.0-hashing -- guile ~/tmp/sha256.scm
>
> ;;; (hash "b33576331465a60b003573541bf3b1c205936a16c407bc69f8419a527bf5c988")
> clock utime stime cutime cstime gctime
> 65.17 89.75 0.4
Hello Guilers!
Göran Weinholt wrote a pure-Scheme (R6RS) implementation of common
cryptographic hash functions:
https://github.com/weinholt/hashing
I thought this would make a useful benchmark (and probably favorable to
JIT because it’s one hot loop), so here goes (computing the SHA256 hash
of
Hi again!
I’m not sure if this is an intended consequence of
cf08dbdc189f0005cab6f2ec7b23ed9d150ec43d, so I thought I’d share this
example of a practical effect:
--8<---cut here---start->8---
ludo@ribbon /tmp [env]$ cat x.scm
(define-module (x)
#:use-module (
On Fri, Jan 03, 2020 at 01:34:59PM +0800, Nala Ginrut wrote:
> When I was trying to compile Artanis, the configure threw an error:
>
> checking for Guile version >= 3.0... configure: error: Guile 3.0 required,
> but 2.9.8 found
>
>
> Here's