Re: [racket-users] Questions about working on DrRacket and gui

2020-06-21 Thread Yuki Lee
If you wrote a note or blog while reading the code, please share it with me, thank you. 在 2020年5月6日星期三 UTC+8下午5:50:42,Dexter Lagan写道: > > Couple years ago I developed an IDE for NewLISP called NewIDE using a > commercial tool called Xojo. It was supposed to become NewLISP's official > IDE. I

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-06 Thread Dexter Lagan
;> Cheers, >> >> >> >> Dex >> >> >> >> From: Robby Findler >> Sent: Tuesday, May 5, 2020 6:18 PM >> To: Gustavo Massaccesi >> Cc: Dexter Lagan ; Matthew Flatt >> ; Racket Users >> Subject: Re: [racket-users]

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-06 Thread Gustavo Massaccesi
f, and I’m enjoying > this very much. > > > > Cheers, > > > > Dex > > > > *From:* Robby Findler > *Sent:* Tuesday, May 5, 2020 6:18 PM > *To:* Gustavo Massaccesi > *Cc:* Dexter Lagan ; Matthew Flatt < > mfl...@cs.utah.edu>; Racket Users >

RE: [racket-users] Questions about working on DrRacket and gui

2020-05-06 Thread Dexter Lagan
detects symbols. I have the day off, and I’m enjoying this very much. Cheers, Dex From: Robby Findler Sent: Tuesday, May 5, 2020 6:18 PM To: Gustavo Massaccesi Cc: Dexter Lagan ; Matthew Flatt ; Racket Users Subject: Re: [racket-users] Questions about working on DrRacket and gui

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-06 Thread Dexter Lagan
To add to my previous message, I know and understand that DrRacket and GUI are very complex. I've been going over unit.rkt. Yeah it's a lot of code. But it's not as bad as I thought. I'm just offering a hand in making sense of it all. With enough time and patience I'm sure I'll get something out

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-06 Thread Dexter Lagan
Couple years ago I developed an IDE for NewLISP called NewIDE using a commercial tool called Xojo. It was supposed to become NewLISP's official IDE. I had to put the project on pause because of work and family, and at the same time I switched to Racket, hence my interest. It had replicated most o

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-05 Thread Robby Findler
On Tue, May 5, 2020 at 10:36 AM Gustavo Massaccesi wrote: > I try to encourage people to participate, but be careful because this task > is probably too big for a first contribution. GUI is difficult, DrRacket > has a lot of moving parts, and opening DrRacket inside DrRacket is possible > but wei

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-05 Thread Gustavo Massaccesi
I try to encourage people to participate, but be careful because this task is probably too big for a first contribution. GUI is difficult, DrRacket has a lot of moving parts, and opening DrRacket inside DrRacket is possible but weird. I think the guess of Matthew is correct, it´s a problem with th

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-01 Thread Matthew Flatt
At Fri, 1 May 2020 16:59:22 +0200, Dexter Lagan wrote: > I'd like to download DrRacket's source and profile it, say to improve > scrolling performance or track this post-startup lock-up : Does the start-time delay happen if you just type a number and hit return, as opposed to typing an identifie

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-01 Thread Dexter Lagan
Thanks I’ll look into this. Dex > On May 1, 2020, at 5:03 PM, Sorawee Porncharoenwase > wrote: > >  > Sam just suggested me in the other email thread that a much easier way to do > things is to download and install Minimal Racket, then install DrRacket from > source. > >> On Fri, May 1,

Re: [racket-users] Questions about working on DrRacket and gui

2020-05-01 Thread Sorawee Porncharoenwase
Sam just suggested me in the other email thread that a much easier way to do things is to download and install Minimal Racket, then install DrRacket from source. On Fri, May 1, 2020 at 7:59 AM Dexter Lagan wrote: > Hi, > > I apologize in advance if my questions are naïve or have been asked > p