Re: [racket-users] benchmarks game

2020-10-26 Thread Raoul Schorer
Hi Matthew, I tried on: - Windows 8.1 + RacketCS 7.8 - Linux Debian 10 + Racket 7.9 (current master branch) - Linux Debian 10 + RacketBC 7.8 All have the same behaviour: while the sequential program prints to stdout as expected in all cases (with or without `raco make` prior to running, and ru

Re: [racket-users] benchmarks game

2020-10-25 Thread Matthew Flatt
Hi, Can you say more about which version of Racket you're running and on what platform? Thanks! Matthew At Sun, 25 Oct 2020 03:47:39 -0700 (PDT), Raoul Schorer wrote: > > Hi, > > I got interested into The Computer Language Benchmarks Game. > > The binary-trees benchmark is different between t