Re: [racket-users] HtDP Tool Linklet Instantiation Error

2021-01-06 Thread Shu-Hung You
Some update: Hopefully this is the same issue as the one reported at https://github.com/racket/racket/issues/3604 and that the commit https://github.com/racket/drracket/commit/3a07fc0319097661d27ea05ba42634f2b5ae14dd fixes it. On Sun, Jun 17, 2018 at 10:15 PM Shu-Hung You wrote: > > No, this

Re: [racket-users] I made some videos about Racket (a.k.a the return of Playing the Game with PLT Redex)

2021-01-06 Thread Michael Ballantyne
> ... to embed domain specific language in another. Does Racket have any support for this? One approach is discussed in our paper about making macro-extensible DSLs: https://dl.acm.org/doi/abs/10.1145/3428297 Section 8 shows some examples of how extensibility is useful for layering

[racket-users] GUI button% string label keyboard mnemonics

2021-01-06 Thread Dominik Pantůček
Hello Racketeers, it's been a while since I was doing some serious GUI work but for one of my current work projects the time has come and surprise surprise - troubles on the way :) When a button is created like: (new button% (label "") ...) everything works as expected. The #\q key becomes a

[racket-users] Re: Racket News - Happy New Year Issue 44

2021-01-06 Thread Paulo Matos
Hi again, A problem with the datasets meant that in the first few hours after publishing, the plots reflected incorrect values. This is now fixed. Thanks to Sorawee for noticing and pointing it out to me. Paulo On Wednesday, 6 January 2021 at 11:34:04 UTC+1 Paulo Matos wrote: > Happy new

Re: [racket-users] Tools and Syntax Highlighting

2021-01-06 Thread Stephen De Gabrielle
Glad to hear it! On Wed, Jan 6, 2021 at 8:10 AM Ben Ryjikov wrote: > Hi Robby and Stephen, > > Thanks for your suggestions! It’s working now thanks to a mix of rackunit > tools and dynamic require. > We’re also thinking about how to make our code less reliant on DrRacket. > > Best, > Ben > > On

[racket-users] Racket News - Happy New Year Issue 44

2021-01-06 Thread Paulo Matos
Happy new year everyone, It is with great joy that I publish the first issue of the year. Issue 44: https://racket-news.com/2021/01/racket-news-issue-44.html That's our longest issue ever. Not everything could be included as I always try the issues to be quick to read (over a coffee break) but

Re: [racket-users] I made some videos about Racket (a.k.a the return of Playing the Game with PLT Redex)

2021-01-06 Thread sleepnova
Thanks for sharing. I think you did mention an interesting idea, to embed domain specific language in another. Does Racket have any support for this? Leandro Facchinetti 於 2021年1月6日 週三 上午3:20寫道: > Thanks to everyone who responded (privately and otherwise) for the nice > words. > > Sage Gerard:

Re: [racket-users] Tools and Syntax Highlighting

2021-01-06 Thread Ben Ryjikov
Hi Robby and Stephen, Thanks for your suggestions! It’s working now thanks to a mix of rackunit tools and dynamic require. We’re also thinking about how to make our code less reliant on DrRacket. Best, Ben > On Jan 4, 2021, at 8:11 PM, Robby Findler wrote: > > I think a good first question