| To load: | (require (planet williams/describe:1:3/describe)) |
| Old style: | (require (planet "describe.rkt" ("williams" "describe.plt" 1 3))) |
| Min Racket version: | 5.0 |
| Package description: | This library provides routines to describe Racket objects. |
| Downloads this week: | 1 |
| Total downloads: | 102 |
| 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 3) | — | [browse] | 91 | [docs] | 5.0 | 2010-10-27 |
| To load: (require (planet "describe.rkt" ("williams" "describe.plt" 1 (= 3)))) | ||||||
| Available in repositories: 4.x | ||||||
| Fixed the check for not-a-number. | ||||||
| (1 2) | — | [browse] | 0 | [docs] | 5.0 | 2010-10-27 |
| To load: (require (planet "describe.rkt" ("williams" "describe.plt" 1 (= 2)))) | ||||||
| Available in repositories: 4.x | ||||||
| Added Scribble documentation. | ||||||
| (1 1) | — | [browse] | 0 | [none] | [none] | 2010-10-27 |
| To load: (require (planet "[file]" ("williams" "describe.plt" 1 (= 1)))) | ||||||
| Available in repositories: 4.x | ||||||
| Updated to Racket naming conventions. | ||||||
| (1 0) | — | [browse] | 11 | [none] | [none] | 2009-11-10 |
| To load: (require (planet "describe.ss" ("williams" "describe.plt" 1 (= 0)))) | ||||||
| Available in repositories: 4.x | ||||||
| Initial release of describe. There is no documentation as yet,but just (require (planet williams/describe/describe)) and then(describe <anything>). For example:>(describe (sqrt 10))3.1622776601683795 is an inexact positive real number | ||||||