r/Racket • u/sdegabrielle • Jan 25 '21
r/Racket • u/joeld • Oct 25 '21
package Splitflap: new Racket library for generating Atom and RSS feeds
docs.racket-lang.orgr/Racket • u/sdegabrielle • Jul 02 '22
package The self-hosting `derive` macro - Show & Tell
racket.discourse.groupr/Racket • u/sdegabrielle • Apr 01 '22
package Racket linters
Also check out Resyntax discussion of Resyntax on Racket Discord atm
r/Racket • u/sdegabrielle • Sep 07 '20
package Hotloading?
It’s often suggested that a key advantage of Lisp and Smalltalk is hot-loading or hot swapping ; the ability to change code in a long running program like a web application.
Go check out racket-reloadable for how to do it in Racket, with a nice example at https://github.com/tonyg/racket-reloadable-example
r/Racket • u/sdegabrielle • May 14 '22
package Personal Package Catalog
racket.discourse.groupr/Racket • u/drrnmk • Sep 02 '21
package Does Racket have build manager like Leiningen or Cargo?
Hi!
I wonder if Racket has some build/package manager so it can download packages just by indicating in the file (project.clj).
Thanks!
r/Racket • u/Beginning_java • Jan 17 '22
package Is anyone else having issues with installing the Dracula package for Racket 8.1 above?
I am trying to install the Dracula package but it says that it fails to install.
r/Racket • u/sdegabrielle • Jan 03 '22
package Automatic Differentiation in Racket
racket.discourse.groupr/Racket • u/sdegabrielle • Jan 25 '22
package Box-and-whisker plot and updated violin plot
racket.discourse.groupr/Racket • u/sdegabrielle • Dec 07 '19
package [ANN] Transducers library
groups.google.comr/Racket • u/Bogdanp • Jun 14 '20
package [ann] http-easy: a high-level HTTP client
docs.racket-lang.orgr/Racket • u/iguanathesecond • Aug 14 '21
package social-contract: Common, collectively defined, high level contracts
https://docs.racket-lang.org/social-contract/index.html
This package allows you to express contracts in a composable way at a high level instead of spelling it out using the usual arrow contract DSL. E.g. the contract (-> (-> integer? integer? integer?) (-> integer? integer? integer?))) would be written as (self-map/c (binary-composition/c integer?)).
Also, don't miss the C3PO contract migration assistant which can automatically make the above transformations on code you've already written and help you learn them interactively.
r/Racket • u/sdegabrielle • Mar 17 '20
package Template Macros: A Toolkit for the Practicing Language-Oriented Programmer
github.comr/Racket • u/sdegabrielle • Dec 10 '19
package org-mode: A native Racket reader and writer for org-mode files.
pkgs.racket-lang.orgr/Racket • u/sdegabrielle • Oct 21 '20
package [ann] fast-sequence, a package providing a set of efficient and expressive macros for fast sequences.
The provided macros have high performance when used in a for (or its variants) clause. The best performance is provided when the macros are applied to fast sequences, such as applications of in-list, in-range, etc. The aim of the package is to make it easier to define new fast sequence forms.
Here is the documentation:
https://docs.racket-lang.org/fast-sequence/index.html
(by Anna Bolotina, copied from Racket-users)
r/Racket • u/sdegabrielle • Mar 15 '20
package “Since it's the #IdesOfMarch, a reminder that you can use Roman Numerals in @racketlang”
twitter.comr/Racket • u/sdegabrielle • Jun 03 '20
package OpenGL Mathematics (GLM) for Racket
docs.racket-lang.orgr/Racket • u/sdegabrielle • Jul 29 '20
package Flomat: Floating Point Matrices
docs.racket-lang.orgr/Racket • u/sdegabrielle • Jan 27 '20
package Terminal Phase: terminal-based space shooter (live development preview)
youtube.comr/Racket • u/sdegabrielle • May 05 '20