jerome.martin.dev
2019-9-9 08:28:54

I’m really looking forward to a high-level modern CLI interface in Racket too. I’ve made my own based on charterm here (inspired by the way GTK works): https://github.com/euhmeuh/virtual-mpu/tree/master/private/emulator/gui but it lacks unicode support, as @samdphillips said. I’d really like to see something as good as the Python equivalent I recently found : https://github.com/urwid/urwid


spdegabrielle
2019-9-9 10:52:49

Hi Racketeers,

The community choice results are in;

1st: tessellation by Zachary Romero https://github.com/zkry/tessellation 2nd: lightsaber by Justin Zamora https://github.com/standard-fish/lightsaber Best Entry with Butter and Local Maine Maple Syrup: waffle-racket by Connie https://github.com/conniepocky/waffle-racket


soegaard2
2019-9-9 18:44:05

Reading the docs on “create-timeout-manager”. Found this: > This manager has been found to be… problematic… in large-scale deployments of the Web Server . There must be a story.


mflatt
2019-9-10 01:43:19

The racket/ChezScheme changes a data structure (primref, if I remmeber correctly) in a way that is incompatible with cisco/ChezScheme. So, it’s possible, but only by an intermediate step of modifying one ChezScheme or the other.


mflatt
2019-9-10 01:45:39

Maybe we should put a set of bootfiles compatible with racket/ChezScheme somewhere?