▼
Pollen:
the book is a program
1
Installation
2
Acknowledgments
3
Quick start
4
Why I made Pollen
5
Source formats
6
◊ command overview
7
Module reference
8
License & source code
← prev
up
next →
1
Installation
Install Racket, which includes DrRacket.
Install Pollen from the command line:
raco pkg install pollen
After that, you can update the package from the command line:
raco pkg update pollen
← prev
up
next →