Skip to content
Snippets Groups Projects
Commit 59f3ee27 authored by Mariano Montone's avatar Mariano Montone
Browse files

Content

parent a7a2097c
No related branches found
No related tags found
No related merge requests found
<h2>About Common-Lisp.net</h2> <h1>About Common-Lisp.net</h1>
<p> Common-Lisp.net provides hosting for projects and user groups <p> Common-Lisp.net provides hosting for projects and user groups
related to the programming language Common Lisp. related to the programming language Common Lisp.
......
...@@ -11,14 +11,17 @@ ...@@ -11,14 +11,17 @@
</div> </div>
<div class="col-lg-4 col-md-6"> <div class="col-lg-4 col-md-6">
<h2><i class="far fa-newspaper"></i> News</h2> <h2><i class="far fa-newspaper"></i> News</h2>
Planet Lisp Planet Lisp
Lisp Subreddit
</div> </div>
<div class="col-lg-4 col-md-6"> <div class="col-lg-4 col-md-6">
<h2>Wiki</h2> <h2>Wiki</h2>
</div> </div>
<div class="col-lg-4 col-md-6"> <div class="col-lg-4 col-md-6">
<h2>More</h2> <h2><i class="fa fa-users"></i> Conferences</h2>
</div>
<div class="col-lg-4 col-md-6">
<h2><i class="fa fa-plus"></i> More</h2>
CLD CLD
CLUser CLUser
</div> </div>
......
<h1>Documentation</h1> <h1><i class="fa fa-book-open"></i> Documentation</h1>
<section style="padding-top: 30px;"> <section style="padding-top: 30px;">
<h2><i class="fa fa-walking"></i> Getting Started</h2> <h2><i class="fa fa-walking"></i> Getting Started</h2>
<p> Check out <a href="/downloads">our guide</a> to get started.
A good way to get started with Lisp is to go through <a href="http://www.gigamonkeys.com/book/">Practical Common Lisp book</a>.
</p>
</section> </section>
<section style="padding-top: 30px;"> <section style="padding-top: 30px;">
<h2><i class="fa fa-book"></i> Books</h2> <h2><i class="fa fa-book-open"></i> Books</h2>
<p> <p>
<ul> <ul>
<li><a href="http://www.gigamonkeys.com/book/">Practical Common Lisp</a></li> <li><a href="http://www.gigamonkeys.com/book/">Practical Common Lisp</a></li>
...@@ -32,3 +30,11 @@ ...@@ -32,3 +30,11 @@
<p>If you need help, get in contact via <a href="/community">the Lisp mailing lists and IRC</a>. <p>If you need help, get in contact via <a href="/community">the Lisp mailing lists and IRC</a>.
</p> </p>
</section> </section>
<section style="padding-top: 30px;">
<h2>Other resources</h2>
<ul>
<li><a href="https://lispcookbook.github.io/cl-cookbook/">The Common Lisp Cookbook</a></li>
</ul>
</section>
<h1><i class="fa fa-walking"></i> Getting started</h1>
<h2>Download/Install</h2> <h2>Download/Install</h2>
<p>Common Lisp comes in many different flavors, or implementations. Two popular ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL).</p> <p>Common Lisp comes in many different flavors, or implementations. Two popular ones are Steel Bank Common Lisp (SBCL) and Clozure Common Lisp (CCL).</p>
...@@ -16,5 +17,16 @@ ...@@ -16,5 +17,16 @@
</ul> </ul>
</li> </li>
</ul> </ul>
<p>If you're a newbie to Lisp, it might be easiest to pick one of the two implementations above and get started, without worrying too much about which implementation is best for you. However, there are a lot of implementations that all have their pros and cons. For a complete list, see <a href="http://en.wikipedia.org/wiki/Common_Lisp#List_of_implementations">Wikipedia's big list of CL implementations</a>.</p> <p>If you're a newbie to Lisp, it might be easiest to pick one of the two implementations above and get started, without worrying too much about which implementation is best for you. However, there are a lot of implementations that all have their pros and cons. For a complete list, see <a href="http://en.wikipedia.org/wiki/Common_Lisp#List_of_implementations">Wikipedia's big list of CL implementations</a>.</p>
<p>A good way to get started with Lisp is to go through <a href="http://www.gigamonkeys.com/book/">Practical Common Lisp book</a>.
</p>
<p>Also, you may want check out <a href="http://articulate-lisp.com">Articulate Lisp site</a> for getting started on Common Lisp ecosystem. </p>
<h2>Libraries</h2>
The easiest way to download and load libraries is via <a href="http://www.quicklisp.org">Quicklisp</a>.
<main id="bodyText"> <main id="bodyText">
<h1>Welcome to Common-Lisp.net</h1> <h1>Welcome to Common-Lisp.net</h1>
<section id="introduction"> <section id="introduction">
<img src="/static/imgs/lisplogo_flag2_128.png" style="float:right;">
<h2>Introduction</h2> <h2>Introduction</h2>
<p>Welcome to the amazing world of Common Lisp, the <p>Welcome to the amazing world of Common Lisp, the
programmable programming language.</p> programmable programming language.</p>
...@@ -80,7 +81,6 @@ ...@@ -80,7 +81,6 @@
<article id="description"> <article id="description">
<h2>What is Common Lisp?</h2> <h2>What is Common Lisp?</h2>
<img src="/static/imgs/lisplogo_flag2_128.png" style="float:right;">
<p>Common Lisp is the modern, multi-paradigm, high-performance, <p>Common Lisp is the modern, multi-paradigm, high-performance,
compiled, ANSI-standardized, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages. Curious? <a href="http://cliki.net/Getting%20Started" class="emphasize"> Click here to get started!</a> compiled, ANSI-standardized, most prominent (along with <a href="http://www.schemers.org/">Scheme</a>) descendant of the long-running family of Lisp programming languages. Curious? <a href="http://cliki.net/Getting%20Started" class="emphasize"> Click here to get started!</a>
</p> </p>
......
<h1 style="margin-bottom: 30px;"><i class="fa fa-wrench"></i> Tools</h1>
<h2 id="trac">Trac</h2> <h2 id="trac">Trac</h2>
<p><a href="http://trac.common-lisp.net/">Click here to access Trac.</a> <p><a href="http://trac.common-lisp.net/">Click here to access Trac.</a>
......
...@@ -19,8 +19,12 @@ body{ ...@@ -19,8 +19,12 @@ body{
line-height:60px; line-height:60px;
} }
h2{ h1 {
border-bottom:3px solid #eee; padding-bottom: 1em;
}
h2 {
border-bottom:2px solid #eee;
} }
hr { hr {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment