[racket-users] Re: How to discover a struct's interface without Dr Racket?

2021-10-28 Thread jackh...@gmail.com
Are you intending to use the struct procedure names at compile time (such as in a macro) or runtime? On Tuesday, October 26, 2021 at 5:02:46 PM UTC-7 bc.be...@gmail.com wrote: > I understand why structs are opaque, by default, but I want to discover > the public interface of some struct type,

Re: [racket-users] Adding keybindings to debug

2021-10-28 Thread David Storrs
I don't know if this fills the need but it's a useful thing to know regardless: macOS will allow you to add a keyboard shortcut for any menu item in any application. https://support.apple.com/guide/mac-help/create-keyboard-shortcuts-for-apps-mchlp2271/mac On Thu, Oct 28, 2021 at 1:10 PM James

Re: [racket-users] Adding keybindings to debug

2021-10-28 Thread Laurent
There may be a better way to do it, but here's at least a working solution: https://gist.github.com/Metaxal/5c91eddafb86bb0c06b4d8322ad53045 It's a quickscript (https://docs.racket-lang.org/quickscript/index.html) so it gives you a new submenu in the Scripts menu, with associated keybindings:

Re: [racket-users] Re: Typing lag with DrRacket on Linux

2021-10-28 Thread evdubs
Resurrecting this old thread. This issue should now be resolved with this commit: https://github.com/racket/gui/commit/20e589c091998b0121505e25c7ff2f95e8116dcb No need to use PLT_DISPLAY_BACKING_SCALE with this fix. Evan On Thursday, May 28, 2020 at 4:18:44 AM UTC-10 evdubs wrote: > I

[racket-users] Adding keybindings to debug

2021-10-28 Thread James Zollinger
I'm a happy user of DrRacket, plowing through the MIT SICP (Structure and Interpretation of Computer Programs.) As I'm learning Scheme, I'm spending more time than I'd like to admit in the debugger. I'm more used to emacs/bash but really liking the DrRacket IDE (using graphical libs to display