racket/collects/typed/scheme
Sam Tobin-Hochstadt 865a2cdcbd 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)
2012-06-02 18:22:07 -04:00
..
base Enable Performance Report in typed/racket/base and typed/scheme/base. 2012-02-02 16:00:15 -05:00
lang Move typed-scheme to typed-racket collection. 2011-09-03 20:49:39 -04:00
no-check/lang Tests for all Typed Racket languages, and add missing ones. 2011-09-04 12:58:13 -04:00
base.rkt Support definitions of keyword functions in Typed Racket. 2012-06-02 18:22:07 -04:00
no-check.rkt Tests for all Typed Racket languages, and add missing ones. 2011-09-04 12:58:13 -04:00
system.rkt A long overdue scan to eliminate files without terminating newlines. 2011-06-28 02:01:41 -04:00