Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Take out feature list from "lead" paragraph
  • Loading branch information
zoffixznet committed Oct 6, 2015
1 parent 97ff8f2 commit 2053fab
Showing 1 changed file with 14 additions and 10 deletions.
24 changes: 14 additions & 10 deletions source/index.html
Expand Up @@ -23,16 +23,6 @@ <h1>The <b>Perl&nbsp;6</b> Programming Language</h1>
and someone will be glad to help you
<a href="/getting-started/">get started</a>.
</p>
<p>
Many new features greatly advance our tradition of expressive and feature-rich programming. These include:
<ul>
<li>Object-oriented programming including generics, roles and multiple dispatch</li>
<li>Functional programming primitives, lazy and eager evaluation, junctions, autothreading and hyperoperators (vector operators)</li>
<li>Parallelism, concurrency, and asynchrony including multi-core support</li>
<li>Definable grammars for pattern matching and generalized string processing</li>
<li>Optional and gradual typing</li>
</ul>
</p>
</div>
<div class="col-sm-3">
<a href='http://github.com/perl6/mu/raw/master/misc/camelia.txt'><img
Expand All @@ -42,6 +32,20 @@ <h1>The <b>Perl&nbsp;6</b> Programming Language</h1>
</div>
</header>

<div class="panel panel-default">
<div class="panel-body trim">
<p>Many new features greatly advance our tradition of expressive and feature-rich programming. These include:</p>
<ul>
<li>Object-oriented programming including generics, roles and multiple dispatch</li>
<li>Functional programming primitives, lazy and eager evaluation, junctions, autothreading and hyperoperators (vector operators)</l$
<li>Parallelism, concurrency, and asynchrony including multi-core support</li>
<li>Definable grammars for pattern matching and generalized string processing</li>
<li>Optional and gradual typing</li>
</ul>
</div>
</div>


<main class="row home">
<section class="col-sm-4 col-md-3 well">
<h3 class="h2 trim-top">Jump in!</h3>
Expand Down

0 comments on commit 2053fab

Please sign in to comment.