While PasteRack is offline check out the R16 trick bot on Discord

Sadly http://pasterack.org is currently off-line
In the meantime why not try out the R16 "trick bot"!

It saves snippets of code, which can then be recalled and executed on user-provided input.

Many thanks to the creators:

to get started go to Racket Discord, select the #bots channel and type commands

  • !rkt help for help
  • !!instant-tshirt Racket to make a t-shirt

e.g.

Docs at R16 -- Community-Driven Interactive Code Evaluation

!rkt eval

(require pict file/convertible racket/draw)
(~>
  (pict->bitmap (standard-fish 250 100))
  (convert 'png-bytes)
  (make-attachment "fish.png" 'image/png))
1 Like

It's back online now

1 Like

Thank you.

It is still worth checking out R16

The creators include guidance on how to run your own instance: ~williewillus/r16 - Racket trick bot - sourcehut git

1 Like