From 9c258d718531f80600e2baacc15c01969a69d75a Mon Sep 17 00:00:00 2001
From: Matthew Butterick Pollen is a publishing system that helps authors create beautiful and functional web-based books. Pollen includes tools for writing, designing, programming, testing, and publishing. I used Pollen to create my book Butterick’s Practical Typography. Sure, go take a look. Is it better than the last digital book you encountered? Yes it is. Would you like your book to look like that? If so, keep reading. First, that digital books should be the best books we’ve ever had. So far, they’re not even close. Second, that because digital books are software, an author shouldn’t think of a book as merely data. The book is a program. Third, that the way we make digital books better than their predecessors is by exploiting this programmability. That’s what Pollen is for. Not that you need to be a programmer to use Pollen. On the contrary, the Pollen language is markup-based, so you can write & edit text naturally. But when you want to automate repetitive tasks, add cross-references, or pull in data from other sources, you can access a full programming language from within the text. That language is Racket. I chose Racket because while the idea for Pollen had been with me for several years, it simply wasn’t possible to build it with other languages. So if it’s unfamiliar to you, don’t panic. It was unfamiliar to me. Once you see what you can do with Pollen & Racket, you may be persuaded. I was. Or, if you can find a better digital-publishing tool, use that. But I’m never going back to the way I used to work. First, that digital books should be the best books we’ve ever had. So far, they’re not even close. Second, that because digital books are software, an author shouldn’t think of a book as merely data. The book is a program. Third, that the way we make digital books better than their predecessors is by exploiting this programmability.Index
Index
Pollen: the book is a program Pollen: the book is a program
#lang pollen package: pollen
That’s what Pollen is for.
Not that you need to be a programmer to use Pollen. On the contrary, the Pollen language is markup-based, so you can write & edit text naturally. But when you want to automate repetitive tasks, add cross-references, or pull in data from other sources, you can access a full programming language from within the text.
That language is Racket. I chose Racket because while the idea for Pollen had been with me for several years, it simply wasn’t possible to build it with other languages. So if it’s unfamiliar to you, don’t panic. It was unfamiliar to me. Once you see what you can do with Pollen & Racket, you may be persuaded. I was.
Or, if you can find a better digital-publishing tool, use that. But I’m never going back to the way I used to work.