6 ms·
"MacBook Pro laptops with touch bars are supported" Could someone with knowledge kindly explain to me why this is mentioned? Isn't the support -for modern OS's-
by ramigb 10y ago
"MacBook Pro laptops with touch bars are supported"
Could someone with knowledge kindly explain to me why this is mentioned? Isn't the support -for modern OS's- supposed to be for the OS layer and not the hardware directly?
- tathougies 10y agoRacket includes an IDE as part of the language. I imagine this has to do with that.
- samth 10y agoThe Mac core GUI and graphics libraries are slightly different on laptops with the touch bar, in ways that broke Racket's GUI libraries. You can see the commit that fixed it here: https://github.com/racket/gui/commit/b9e94f9c45e070beca79b286c6c47a325b38dbdb https://github.com/racket/gui/commit/b9e94f9c45e070beca79b28...