racket/collects/picturing-programs
Matthew Flatt 68e005fb2c racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen}
Also, use keywords for `make-pen' and `make-brush'.

Adding `make-pen' and `make-color' creates many conflicts among
teaching libraries, such as `2htdp/image'. These are easy to fix
up in the tree, but adding such obvious names to `racket/draw'
may create other compatibility problems, so we might have to reconsider
the names.

In consultation with Asumu.
2012-05-01 21:04:40 -06:00
..
private racket/draw: make-immutable-{color,brush,pen} => make-{color,brush,pen} 2012-05-01 21:04:40 -06:00
tests Added fold-image and fold-image/extra functions, as well as tests for 2012-04-28 18:09:57 -04:00
.gitignore no longer ignoring tests 2011-01-08 00:00:47 -05:00
info.rkt Some info.rkt cleanups. 2011-08-29 16:33:13 -04:00
main.rkt provide provide, so it's possible to use provide and require in 2012-04-24 06:37:51 -04:00
picturing-programs.scrbl Documentation for fold-image and fold-image/extra. 2012-04-28 18:09:57 -04:00
racket.css Rewriting map-image to work with 5.1. Also added a bunch of test cases 2010-12-30 07:46:42 -05:00
scheme.css Rewriting map-image to work with 5.1. Also added a bunch of test cases 2010-12-30 07:46:42 -05:00