At Thu, 5 Aug 2010 01:13:25 +0100, The Configurator wrote: > When searching > http://docs.racket-lang.org/search/index.html?q=%23:optimized for either > '#:optimized' or optimized, I get no results. Where should I be searching?
#:optimized is a typo. The correct keyword is #:optimize. The link Jon sent you takes you to the right place. Typed Racket's optimizer is still in development, so there are a lot more goodies if you build Racket from git, including better documentation. Vincent _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/users

