To load: | (require (planet synx/main:1:0)) |
Old style: | (require (planet "main.rkt" ("synx" "main.plt" 1 0))) |
Package description: | Program Entry Points |
Downloads this week: | 0 |
Total downloads: | 48 |
Tickets: | 0 |
Open tickets: | 0 |
Primary files: | [no interface available] |
Packages in other repositories |
These packages are not available in the 3xx repository, but they are available for other versions of Racket.
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 0) | — | [browse] | 48 | [none] | [none] | 2010-12-09 |
To load: (require (planet "main.rkt" ("synx" "main.plt" 1 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
Main Lets you register procedures as program entry points, with the latest one registered being the one that gets run. |