PasteRack.org
Paste # 52816
2020-07-21 14:25:50

Fork as a new paste.

Paste viewed 489 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)))