Re: [racket-users] reading code

2019-11-12 Thread Shu-Hung You
On Mon, Nov 11, 2019 at 10:30 AM Hendrik Boom wrote: > > On Fri, Oct 25, 2019 at 11:31:41AM +0200, Niklas Larsson wrote: > > Hi! > > > > If you right click on an identifier in drracket you get “jump to binding > > occurrence” and “jump to definition” (if it’s defined in another file). > > Don’t

Re: [racket-users] reading code

2019-11-11 Thread Robby Findler
On Mon, Nov 11, 2019 at 10:30 AM Hendrik Boom wrote: > > On Fri, Oct 25, 2019 at 11:31:41AM +0200, Niklas Larsson wrote: > > Hi! > > > > If you right click on an identifier in drracket you get “jump to binding > > occurrence” and “jump to definition” (if it’s defined in another file). > > Don’t

Re: [racket-users] reading code

2019-11-11 Thread Hendrik Boom
On Fri, Oct 25, 2019 at 11:31:41AM +0200, Niklas Larsson wrote: > Hi! > > If you right click on an identifier in drracket you get “jump to binding > occurrence” and “jump to definition” (if it’s defined in another file). Don’t > those do what you want? Close. Using "jump to binding

Re: [racket-users] reading code

2019-10-25 Thread Niklas Larsson
Hi! If you right click on an identifier in drracket you get “jump to binding occurrence” and “jump to definition” (if it’s defined in another file). Don’t those do what you want? Regards, Niklas > 24 okt. 2019 kl. 17:46 skrev Hendrik Boom : > > What tools are there to help understand large

[racket-users] reading code

2019-10-24 Thread Hendrik Boom
What tools are there to help understand large Racket programs? I'm trying to grok the innards of Pict3D, which is, I believe, typed Racket. But I have difficulty finding bindings of symbols across many complex require's and provide's through many directories of source code. I'm looking for