PasteRack.org
Paste # 22968
2020-07-21 14:28:01

Fork as a new paste.

Paste viewed 482 times.


Embed:

#lang racket/base

(struct sticker (label) #:constructor-name make-sticker #:transparent)

(define stickers
  (map make-sticker
       '(git-annex scheme nix python gpl wikidata tor noscript emacs
         org-mode activitypub fediverse not-on-facebook)))