From 28d2323914dc48c6ac6b3ce48b9190e3b53f0cb1 Mon Sep 17 00:00:00 2001 From: Jay McCarthy Date: Mon, 7 Oct 2013 20:51:51 -0600 Subject: [PATCH] comment --- scribblings/racket2/racket2.scrbl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scribblings/racket2/racket2.scrbl b/scribblings/racket2/racket2.scrbl index 4e993a2..37e18aa 100644 --- a/scribblings/racket2/racket2.scrbl +++ b/scribblings/racket2/racket2.scrbl @@ -321,6 +321,10 @@ XXX structs define a single binding XXX optional fields XXX struct in interface is used for restricting access to pieces of structures +XXX using struct transformers like this (and similar ones for other +types) give you access to more efficient generic operations, methods, +etc, and encourages you to write "typed" programs. + @section{Classes and Objects} I'm tempted to say that Generics in R1 is a failure of the class