<div dir="ltr">Part 12 of quick seems a bit confused -  no one distinguishes or describes Racket as minimalist, these are all done to Scheme.<br><br><div class="gmail_quote">On Mon, Jun 7, 2010 at 21:13, Eli Barzilay <span dir="ltr">&lt;<a href="mailto:eli@barzilay.org">eli@barzilay.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">PLT is happy to announce the release of Racket, available from<br>
<br>
  <a href="http://racket-lang.org/" target="_blank">http://racket-lang.org/</a><br>
<br>
With Racket, you can script command shells and web servers; you can<br>
quickly prototype animations and complex GUIs; regexps and threads<br>
are here to serve you.  To organize your systems, you can mix and<br>
match classes, modules or components.  Best of all, you start<br>
without writing down types.  If you later wish to turn your script<br>
into a program, equip your Racket modules with explicit type<br>
declarations as you wish.  And Racket doesn&#39;t just come as a typed<br>
variant; you can also write your modules in a purely functional and<br>
lazy dialect.<br>
<br>
Racket comes in so many flavors because Racket is much more than a<br>
standard scripting language or a plain programming language.  Racket<br>
supports language extensibility to an unequaled degree.  A Racket<br>
programmer knows that making up a new language is as easy as writing<br>
a new library.<br>
<br>
To help you start quickly, Racket includes batteries in all shapes<br>
and sizes, most importantly, extensive documentation and all kinds<br>
of libraries.<br>
<br>
Racket occupies a unique position between research and practice.  It<br>
inherits many major ideas from language research, among them type<br>
safety (when the type system says that x is a number, then at<br>
runtime it always is a number) and memory safety (when some memory<br>
is reclaimed by the garbage collector it is impossible to still have<br>
a reference to it).  At the same time, user demand governs rigid<br>
adherence to purely theoretical principles.<br>
<br>
Racket, formerly PLT Scheme, is a product of over 15 years of<br>
development.  Although Racket starts with a mature software base and an<br>
established user community, its new name reflects our view that this is<br>
just the beginning of Racket&#39;s evolution.<br>
<font color="#888888"><br>
--<br>
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:<br>
                    <a href="http://barzilay.org/" target="_blank">http://barzilay.org/</a>                   Maze is Life!<br>
_________________________________________________<br>
  For list-related administrative tasks:<br>
  <a href="http://lists.racket-lang.org/listinfo/users" target="_blank">http://lists.racket-lang.org/listinfo/users</a><br>
</font></blockquote></div><br></div>