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] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Christopher Lemmer Webber
Hendrik Boom writes: > On Mon, Nov 11, 2019 at 05:09:47AM -0800, Stephen De Gabrielle wrote: >> New week, new Racket! What are you folks up to? Answer here or over at >> /r/racket ! > > Trying to figure out pict3d's use of opengl. > There seems to be a lot of

Re: [racket-users] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Stephen De Gabrielle
Nice! Documentation improvements ALWAYS count. I can't tell you how much I appreciate documentation. Every single line you add is one I don have to work out or sift through rubbish on SO. Stephen On Mon, Nov 11, 2019 at 2:18 PM Hendrik Boom wrote: > On Mon, Nov 11, 2019 at 05:09:47AM -0800,

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] Evaluating to get the output with a specific lang

2019-11-11 Thread Christopher Lemmer Webber
Jay McCarthy writes: > I feel like I might not understand what you want, but it feels like > you just want to use `make-module-evaluator` from `racket/sandbox`: > > ``` > #lang racket/base > (require racket/sandbox) > > (define (read-script s) > (((make-module-evaluator s) 'script) 5)) > >

Re: [racket-users] Anyone who has mastered DrRacket

2019-11-11 Thread David Storrs
Hi Mahmmadullah, It sounds like you're asking for help with homework. I suspect there will be general reluctance to help you with that in more than general terms, and also reluctance to provide a personal contact address. Why don't you try asking the list directly, without including actual scans?

Re: [racket-users] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Hendrik Boom
On Mon, Nov 11, 2019 at 05:09:47AM -0800, Stephen De Gabrielle wrote: > New week, new Racket! What are you folks up to? Answer here or over at > /r/racket ! Trying to figure out pict3d's use of opengl. There seems to be a lot of useful code there for openGL

[racket-users] drrracket night mode too bright

2019-11-11 Thread Hendrik Boom
Last night a 4 AM I fount DrRacket's night mode too bright. The code in the code pane would hve been quite readable (blue and green on a black background), but the framing was blindingly bright. That's everything from the bright menu bar to th list of tabs. Would it be possible to include these

Re: [racket-users] Evaluating to get the output with a specific lang

2019-11-11 Thread David Storrs
Don't forget to handle multiple value return. What will you do if the last line in the file is (values a b)? Also, side effects. Do you care if someone includes a print/write/display statement? You mentioned that the code would be safe, so presumably tcp-connect and sqlite3-connect are not

[racket-users] What’s everyone working on this week (46/2019)?

2019-11-11 Thread Stephen De Gabrielle
New week, new Racket! What are you folks up to? Answer here or over at /r/racket ! -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an

[racket-users] Anyone who has mastered DrRacket

2019-11-11 Thread Mahmmadullah Obaidi
Hello I am a computer engineering student studying DrRacket. I need someone who can help me out in worksheets anyone can give his/her number so I can send my worksheet photos to them. Thanks in advance -- You received this message because you are subscribed to the Google Groups "Racket