Typed Racket
Go to file
Sam Tobin-Hochstadt 0a13467456 Support definitions of keyword functions in Typed Racket.
Caveats:
 - keyword function definitions do not define static
   bindings, thus limiting optimization opportunities
 - can't use `define:`, `lambda:`, etc with keywords
 - error messages sometimes expose the implementation
 - the optimizer skips most of the generated code for
   keyword functions definitions (user-level code is
   optimized)

original commit: 865a2cdcbd3e4eea748e57859c846c0f7ffd61ad
2012-06-02 18:22:07 -04:00
collects Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
doc/release-notes/typed-racket Typed Racket HISTORY for 5.2.1. 2012-01-24 10:49:42 -05:00