[racket-users] Task ,drracket problems solution

2019-01-28 Thread Luis Sanjuán
As Дмитрий points out the largest divisor of a number is the number itself. Maybe you are looking for the second largest factor. Anyway, people in this list won't help anyone do homework problems. If only because we all here believe that instead of helping we would actually preventing from

[racket-users] Re: [racket-money] near-term bootstrap monetizing blog to ??? to book to ???

2019-01-28 Thread David Storrs
These all sound like perfectly reasonable ideas. Advertising is a tough way to earn money these days, but it's easy to set up if you're willing to use a standard platform like AdSense. I recommend against managing it yourself and trying to personally locate advertisers so as to enable complete

Re: [racket-users] snake game

2019-01-28 Thread orenpa11
Thanks Or On Saturday, January 26, 2019 at 10:04:45 PM UTC+2, Matthias Felleisen wrote: > > > This is a working PB program: > > (require test-engine/racket-tests) > (require 2htdp/image) > (require 2htdp/universe) > > (big-bang 100 > (to-draw (lambda (x) (circle (+ x 1) 'solid 'red))) >

[racket-users] Task ,drracket problems solution

2019-01-28 Thread Дмитрий Т
Hello. For one integer your examples are wrong. Use function gcd, included in racket https://docs.racket-lang.org/reference/generic-numbers.html#%28def._%28%28quote._~23~25kernel%29._gcd%29%29 -- You received this message because you are subscribed to the Google Groups "Racket Users" group.