edit the top text a bit

This commit is contained in:
samth 2013-07-08 22:02:20 -04:00 committed by Matthew Flatt
parent 8c197caa0c
commit 5925915be8

View File

@ -217,15 +217,14 @@ documentation, so click on them for more information.
language</h2>
</div></div>
<div class="row" >
<div class="nine columns centered" style="margin-bottom: 10pt; font-size: 120%; text-align:justify;">
<div class="eight columns centered" style="margin-bottom: 10pt; font-size: 120%; text-align:justify;">
Racket is a wide-spectrum programming language that inherits from Lisp
and Scheme but also provides dialects that support
objects, types, laziness and many other
paradigms. Racket's module system allows programmers to
write components in different dialects and link them
together. Racket's libraries extend from web servers to
databases to distributed computing to charting.
and Scheme but also provides dialects that support objects, types,
laziness, and many other paradigms. Racket's module system allows
programmers to write and link together components written in different
dialects. Racket's libraries range from web servers to distributed
computing and from databases to charts.
</div>
</div>