To load: | (require (planet dyoo/simply-scheme:1:1/simply-scheme)) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Old style: | (require (planet "simply-scheme.ss" ("dyoo" "simply-scheme.plt" 1 1))) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Package description: | Definitions to support programs written for Simply Scheme. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Downloads this week: | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Total downloads: | 8116 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Tickets: | 1 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Open tickets: | 0 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Primary files: |
|
Current version |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 1) | — | [browse] | 566 | [docs] | [none] | 2007-04-01 |
To load: (require (planet dyoo/simply-scheme:1:1/simply-scheme)) | ||||||
Available in repositories: 3xx | ||||||
[no release notes] |
Old versions |
PLaneT version | External version | Source | DLs | Docs | Req. PLT | Date added |
(1 0) | — | [browse] | 5 | [docs] | [none] | 2007-04-01 |
To load: (require (planet "simply-scheme.ss" ("dyoo" "simply-scheme.plt" 1 (= 0)))) | ||||||
Available in repositories: 3xx | ||||||
[no release notes] |
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 |
(2 2) | 2.2 | [browse] | 5116 | [docs] | 5.1.1 | 2012-01-22 |
To load: (require (planet "main.rkt" ("dyoo" "simply-scheme.plt" 2 (= 2)))) | ||||||
Available in repositories: 4.x | ||||||
Bug fix: Using racket/trace rather than erroneously loading the trace library. Thanks to Leda Huang for the bug report. | ||||||
(2 1) | 2.1 | [browse] | 643 | [docs] | 5.1.1 | 2011-06-19 |
To load: (require (planet "main.rkt" ("dyoo" "simply-scheme.plt" 2 (= 1)))) | ||||||
Available in repositories: 4.x | ||||||
Fix for the missing documentation link. | ||||||
(2 0) | 2.0 | [browse] | 10 | [none] | 5.1.1 | 2011-06-16 |
To load: (require (planet "main.rkt" ("dyoo" "simply-scheme.plt" 2 (= 0)))) | ||||||
Available in repositories: 4.x | ||||||
Ported to Racket 5.1.1 | ||||||
(1 2) | 1.2 | [browse] | 1776 | [docs] | 4.0 | 2008-07-22 |
To load: (require (planet "simply-scheme.ss" ("dyoo" "simply-scheme.plt" 1 (= 2)))) | ||||||
Available in repositories: 4.x | ||||||
Stripped out use of set-cdr! for 4.0 compatibility. Stripped out remove! in favor of remove. |