krystina.rylova
2021-1-25 14:12:48

@krystina.rylova has joined the channel


sorawee
2021-1-25 14:36:19

IIUC, it’s not at their limit, but making any changes would be extremely annoying.


mflatt
2021-1-25 14:36:29

The code generated by BC’s JIT could have been improved by better register allocation. But the main limitations on its performance is the implementation of continuations and the calling convention. Those things could have been improved (mostly by imitating Chez Scheme’s implementation).


mflatt
2021-1-25 14:36:47

Agreed.


samth
2021-1-25 14:36:59

It was pretty optimized. It would have been possible to turn BC into a better compiler and a better runtime system, but that would have required writing a lot of code that would have done much of what Chez is doing already now.


soegaard2
2021-1-25 20:05:18

Check the “copy” and “show hidden lines” feature in the Rust docs:



sorawee
2021-1-25 20:06:28

There’s a feature request that asks for the copy button somewhere


connervercellino
2021-1-25 20:12:32

@connervercellino has joined the channel


yuhsien77
2021-1-26 02:34:24

Is anyone here using Nix or Guix? I’m curious about the two systems/managers and it would be interesting to hear a Racketeer’s assessment of either


andyh405088
2021-1-26 03:15:28

@andyh405088 has joined the channel