Re: [racket-users] A language for command line interfaces

2021-07-24 Thread Siddhartha Kasivajhula
That's great to hear, Sage. My initial thrust here was to just get the syntax in place so that it worked the way it should, and I didn't give a lot of attention to the supporting implementation beyond that it should work correctly. I definitely see a possibility for big changes there and maybe even

Re: [racket-users] A language for command line interfaces

2021-07-24 Thread Sage Gerard
Thank you for doing this. CLIs are an interesting beast, and I should be available to contribute and/or comment next week. ~slg Original Message On Jul 24, 2021, 1:14 PM, Siddhartha Kasivajhula wrote: > Hello folks, > If you ever have a need to write a command line script in R

[racket-users] A language for command line interfaces

2021-07-24 Thread Siddhartha Kasivajhula
Hello folks, If you ever have a need to write a command line script in Racket, you may be interested in the package I've just put up. Normally you'd write such scripts using Racket's built-in command-line

[racket-users] Re: get-scaled-client-size and high-DPI on Windows

2021-07-24 Thread Ryan Kramer
Wow, how did I write that much and not notice `get-client-size`, which is exactly what I want? The documentation is fine, apparently I just can't read today! On Saturday, July 24, 2021 at 10:55:58 AM UTC-5 Ryan Kramer wrote: > The following program looks "correct" when my Windows display scalin

[racket-users] get-scaled-client-size and high-DPI on Windows

2021-07-24 Thread Ryan Kramer
The following program looks "correct" when my Windows display scaling is set to 100%, and looks "wrong" when set to anything higher than 100%. By "correct" I mean that the 4 squares meet in the center of the canvas, stretched to the maximum size possible that the canvas width and height will al