Hi.
I want to package my library for https://pkgs.racket-lang.org but I
can't figure out how to do the info.rkt file.
I would like my repo to be like this:
* repo/peg/codehere.rkt like main.rkt peg.rkt etc.
* repo/tests/ my tests
* repo/scribblings/peg.scrbl the documentation
is this directo
The end of the Prologue to HtDP2e ends with a section titled You Are a
Programmer Now. If you have read it you know what it contains (if you
haven't read it then you are not likely able to respond intelligently to
this question).
My question is: in that section are the authors describing "progr
On Wednesday, August 1, 2018 at 8:15:58 AM UTC-5, Matthew Flatt wrote:
>
> Are the other packages installed in installation scope or user scope?
>
That was indeed the problem. I was able to find out the installed packages’
scope through the Package Manager in DrRacket.
Removing the packages, c
> On Aug 1, 2018, at 2:52 PM, Scott wrote:
>
> The end of the Prologue to HtDP2e ends with a section titled You Are a
> Programmer Now. If you have read it you know what it contains (if you haven't
> read it then you are not likely able to respond intelligently to this
> question).
This is
(Actually, I bought the book and was just working through the Prologue
today. And didn't turn the page, it appears. )
Thank you for your response. More specifically, what I was referring to was
a response that has gotten a fair bit of circulation given by Gerry Sussman
when asked why SICP was n
The idea that we need to deal with software systems as if we were natural
scientists shows up time and again. Gerry is correct about this but this does
not mean we should not teach good attitudes about code and coding etc.
;; - - -
As far as I am concerned, SiCP never served the purpose tha
> I want to package my library for https://pkgs.racket-lang.org but I can't
> figure out how to do the info.rkt file.
>
> I would like my repo to be like this:
>
> * repo/peg/codehere.rkt like main.rkt peg.rkt etc.
> * repo/tests/ my tests
> * repo/scribblings/peg.scrbl the documentation
>
> is thi
Matthias,
Thanks, for the pointer.
I am studying the article, which at first look seems very well readable.
I did not mean to 'propose' my odd idea.
Jos
-Original Message-
From: Matthias Felleisen [mailto:matth...@felleisen.org]
Sent: 01 August 2018 16:26
To: Jos Koot
Cc: Racket Users
Sub
Hello Racket friends,
I was playing with the plot module (which is very nice, btw) and discovered
that the parameter plot-decorations? is ignored when plotting to a new
window.
The file plot3d.rkt (plot\plot-gui-lib\plot\private\gui) is where
plot-new-window? makes a distinction of the cases a
Parameters don't keep their values across threads, and since the plot
library needs to re-draw the plot when it is rotated or zoomed, it saves
parameters for later use in a different thread, where the drawing actually
happpens. There is an explicit list of parameters that are saved and
restore
10 matches
Mail list logo