[racket] Russian Translation of HTDP2Ed

2014-01-30 Thread Konstantine Rybnikov
Hi! I wanted to teach my younger brother some programming, so I decided to take HTDP for a start. I haven't read it and thought I should go with SICP first, but website recommends this one, so I thought why not give it a try, since it should be more integrated with DrRacket, and may be better for

Re: [racket] GUI buttons with & in label

2014-01-30 Thread Harry Spier
OK I see whats happening. (windows 7) The button text is "&C" i.e. capital C "C" is not underlined when displayed typing "C" i.e. capital C does not click the button but typing "c" non-capital C does click the button On Mon, Jan 27, 2014 at 10:10 PM, Roman Klochkov wrote: > Windows XP, Racket

[racket] How to call a Julia function from DrRacket?

2014-01-30 Thread E Comer
Hi Racket developers, programmers and users: Is there a way to call a Julia function from DrRacket? [I'm trying to integrate the number crunching capabilities of Julia with the nice graphics of the Plot module in Racket, to study some properties of particular dynamical systems] Thank you very m

Re: [racket] The behaviour of (list 'one 'two 'three)

2014-01-30 Thread Mike G.
Colin Gan said: > Hi people, > > The aforementioned s-exp produces the result (one two three). I find this > surprising as I do not expect the *list *procedure to unquote the symbols > passed to it. > > Could someone explain why this is so? You may be getting a different result if you're using one