On this page:
Toolbox:   Miscellaneous Utilities
8.18.0.15

Toolbox: Miscellaneous Utilities🔗

Alexis King <lexi.lambda@gmail.com>

This library provides a collection of miscellaneous Racket utilities that I use in my personal projects but I have not felt warrant being published as a separate package. Note that this library is intentionally not published on the Racket package server, as everything in this library should be considered unstable. In projects that use it, I include this repository as a Git submodule, pinning to a specific version.

    1 Syntax

      1.1 Importing non-function values lazily

      1.2 Lifting expressions

      1.3 Automatic printing in blocks

      1.4 Context-sensitive who

    2 Data Structures

      2.1 Booleans

      2.2 Boxes

      2.3 Lists

      2.4 Strings

    3 Logging

      3.1 Log writers

      3.2 Toolbox logger

    4 Formatting

    5 Gregor

    6 Database

      6.1 Extended DB API

      6.2 Formatting SQL

      6.3 Defining SQL accessors

      6.4 SQLite

    7 Drawing

      7.1 Color

      7.2 Pict

        7.2.1 Constructors

        7.2.2 Combiners

        7.2.3 Drawing Adjusters

        7.2.4 Bounding Box Adjusters

        7.2.5 Paths and Finders

        7.2.6 Conditional Picts

    8 Web

      8.1 Dispatch

    Index