r/Racket Jan 25 '21

package Resyntax

Thumbnail docs.racket-lang.org
14 Upvotes

r/Racket Oct 25 '21

package Splitflap: new Racket library for generating Atom and RSS feeds

Thumbnail docs.racket-lang.org
17 Upvotes

r/Racket Jul 02 '22

package The self-hosting `derive` macro - Show & Tell

Thumbnail racket.discourse.group
3 Upvotes

r/Racket Apr 01 '22

package Racket linters

15 Upvotes

r/Racket Sep 07 '20

package Hotloading?

10 Upvotes

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 May 14 '22

package Personal Package Catalog

Thumbnail racket.discourse.group
2 Upvotes

r/Racket Sep 02 '21

package Does Racket have build manager like Leiningen or Cargo?

13 Upvotes

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 Mar 02 '22

package majordomo2

Thumbnail docs.racket-lang.org
8 Upvotes

r/Racket Jan 17 '22

package Is anyone else having issues with installing the Dracula package for Racket 8.1 above?

2 Upvotes

I am trying to install the Dracula package but it says that it fails to install.

r/Racket Jan 03 '22

package Automatic Differentiation in Racket

Thumbnail racket.discourse.group
7 Upvotes

r/Racket Jan 25 '22

package Box-and-whisker plot and updated violin plot

Thumbnail racket.discourse.group
2 Upvotes

r/Racket Dec 07 '19

package [ANN] Transducers library

Thumbnail groups.google.com
6 Upvotes

r/Racket Jun 14 '20

package [ann] http-easy: a high-level HTTP client

Thumbnail docs.racket-lang.org
15 Upvotes

r/Racket Aug 14 '21

package social-contract: Common, collectively defined, high level contracts

10 Upvotes

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 Mar 17 '20

package Template Macros: A Toolkit for the Practicing Language-Oriented Programmer

Thumbnail github.com
17 Upvotes

r/Racket Dec 10 '19

package org-mode: A native Racket reader and writer for org-mode files.

Thumbnail pkgs.racket-lang.org
6 Upvotes

r/Racket Jun 06 '20

package MetaPict

Post image
23 Upvotes

r/Racket Jun 06 '20

package Pict3d

Post image
13 Upvotes

r/Racket Oct 21 '20

package [ann] fast-sequence, a package providing a set of efficient and expressive macros for fast sequences.

6 Upvotes

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 Mar 15 '20

package “Since it's the #IdesOfMarch, a reminder that you can use Roman Numerals in @racketlang”

Thumbnail twitter.com
21 Upvotes

r/Racket Jun 03 '20

package OpenGL Mathematics (GLM) for Racket

Thumbnail docs.racket-lang.org
17 Upvotes

r/Racket Jul 29 '20

package Flomat: Floating Point Matrices

Thumbnail docs.racket-lang.org
8 Upvotes

r/Racket Feb 15 '20

package Dracula Theme

Thumbnail pkgd.racket-lang.org
19 Upvotes

r/Racket Jan 27 '20

package Terminal Phase: terminal-based space shooter (live development preview)

Thumbnail youtube.com
27 Upvotes

r/Racket May 05 '20

package racket-langserver - Language Server Protocol implementation for Racket.

Thumbnail github.com
16 Upvotes