Mit „racket“ getaggte Nachrichten
-
Does #Rhombus risk missing the trees for enforestation? https://github.com/racket/rhombus-prototype/discussions/199 #racket
Thursday, 16-Dec-21 08:53:56 UTC von web -
> Quickscript’s purpose is to make it easy to extend DrRacket with small Racket scripts that can be used in the definition (or interaction) window, or to graphically interact with the user. http://docs.racket-lang.org/quickscript/inde…
-
When I moved from ruby to python I found this really annoying: In ruby everything returns something in case you would want it. In python, side-effect methods return void. I still find it a bit annoying in Python sometimes, but in a lang…
-
Pasterack is a really cool service! Here someone posted their (plot) code and the graphical output is shown inline:
http://pasterack.org/pastes/59894
/via https://www.mail-archive.com/racket-users@googlegroups.com/msg37649.html
#racket !scheme -
Does anyone know what `${1+"$@"}` in a generated #racket launcher does? A few quick tests don't show me that it's any different from just "$@", and I don't see anything on a "+" in that position when I look in https://www.gnu.org/softwa…
-
@fap @ghostdancer @jk Apparently Naughty Dog are using !scheme for game scripting again! But this time they didn't fall for the temptation of writing their own: > Sony's Naughty Dog game studio has created just such a large project, act…
-
There are people out there who want to work on porting #racket and/or #chez to #riscv. Awesome to hear.
https://www.mail-archive.com/racket-users@googlegroups.com/msg37339.html -
Ah, now I get what `racket -l- blah` does. It is of course the equivalent of `racket -l blah --`, so it simply loads and then runs the module, and then leaves the rest of the command line for the module argv.
Treating "--" as a normal short option threw me off.
#racket -
tfw you look at that s-expression and it's finally just the way you intended it to be, and your eyes water in joy, your shoulders that you didn't know were tense sink back down in relief, and your heart swells with gratitude to the thous…
-
Dagnammit the #racket package catalog has circular dependencies.
-
https://technomancy.us/i/drracket-error.png
#racket stack traces are *shiny*! -
Pycket: 2× speedup for #Racket #Scheme by shelling out to #pypy: http://homes.soic.indiana.edu/samth/pycket-draft.pdf #python — wow!
Sunday, 17-May-15 11:51:19 UTC von web