Ram

Results 4 issues of Ram

Maybe Chapter 2 should mention that the example program (in the section "Setting up a makefile project") isn't expected to show a window on Wayland. (https://github.com/glfw/glfw/issues/1398)

Arch Linux doesn't have separate `glfw-wayland` and `glfw-x11` packages now. [(arch package search for "glfw")](https://archlinux.org/packages/?sort=&q=glfw&maintainer=&flagged=)

The main thing that this benchmark seems to be testing is whether language implementations optimize dividing by 10 to a multiply-and-shift. I made the following changes to the Scheme code:...