Installed Racket on another laptop in my home running Windows 10 and it
scrolls without issue. Obviously an issue local to my machine. No time to
debug this right now but if I do find the problem I'll post it here.
On Sunday, March 25, 2018 at 1:20:46 PM UTC-4, Stephen Smith wrote:
>
at Racket is not the
> language we learned in class. I think the text of the second edition may do
> a better job at making that distinction: we mostly used the first edition
> with little bits of the second, and certainly it was more confusing when
> everything was just called "Scheme.&qu
ogramming part.
Much appreciated food for thought.
On Sunday, April 1, 2018 at 8:23:32 PM UTC-4, Matthias Felleisen wrote:
>
>
> On Apr 1, 2018, at 12:57 PM, Stephen Smith > wrote:
>
> my (book) project is for model railroad hobbyists (many if not most who
> have never progra
x27;t even have to be a programmer to find the CLI useful.
>
> On Sunday, April 1, 2018 at 6:57:46 PM UTC+2, Stephen Smith wrote:
>>
>> 2. @HiPhish: "Users should learn the command-line first". Although I
>> agree with this in almost any other context, my book is
You've gone above my pay-grade. :-)
On Sunday, April 1, 2018 at 1:05:17 PM UTC-4, Geoffrey Knauth wrote:
>
> On Sunday, April 1, 2018 at 12:57:46 PM UTC-4, Stephen Smith wrote:
>>
>> It's been a long tough road as to which implementation language to choose
>>
). I just find both approaches have so many advantages - it's very
difficult to choose just one.
Cheers,
Stephen Smith.
On Thursday, March 29, 2018 at 3:51:07 PM UTC-4, Stephen Smith wrote:
>
> Authoring a new Racket book (targeting all platforms and non-programmers)
> and having to
Or you could do this (on a Mac but similar for Linux):
sudo ln -s /Applications/Racket\ v6.12/ /usr/local/racket
which would allow you to simply add /usr/local/racket/bin to your path. I
use this method a lot.
On Monday, October 21, 2013 at 2:20:53 PM UTC-4, Greg Hendershott wrote:
>
> Early o
Authoring a new Racket book (targeting all platforms and non-programmers)
and having to tell users to quote paths with spaces to be able to use the
command-line tools seems distracting and an unnecessary complexity to
impose on them.
Reference this post:
https://groups.google.com/d/msg/racket-
Hi All,
I'm not sure if it just happened after installing 6.12 but after working on
a program of some length I noticed I can't scroll any windows in DrRacket
with the scroll wheel (grabbing a scrollbar works). Even the Help -> About
DrRacket window won't scroll.
I'm using an external Microsoft
Hi Everyone,
When running the following example from the Racket docs section titled 'The
Nitty Gritty of Pixels, Pens, and Lines':
(define p1 (make-pen "black" 1 "solid" "round" "round"))
(rectangle 20 20 "outline" p1)
instead of a rectangle with all four sides drawn with equal thickness as
s
(Oops, repost as I used the wrong email address the first time)
Hello everyone,
Just started to play with Racket and while trying out the slideshow
library I can't seem to get the standard-fish to open its mouth?
This is what I'm typing in the interactions area:
(standard-fish 80 40 #:direct
11 matches
Mail list logo