Skip to content

Commit 89673a4

Browse files
author
Christopher Carpenter
committed
Fix links broken due to refactor
1 parent b714f43 commit 89673a4

File tree

2 files changed

+12
-17
lines changed

2 files changed

+12
-17
lines changed

index.html

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,22 @@
11
---
22
layout: default
33
---
4-
5-
6-
74
<header>
8-
95
<h1 class="title">Articulate Common Lisp</h1>
106
</header>
117
<div class="row">
128
<div class="col-md-6">
139
<em>How to write Common Lisp in 2015 -<br />
1410
an initiation manual for the uninitiated</em></p></div>
15-
1611
<div class="col-md-6"><img src="images/lisplogo_alien_128.png"></div>
17-
1812
</div>
13+
1914
<h2 id="dear-reader">Dear Reader,</h2>
2015
<p>One of the key problems in onboarding developers to use modern Common Lisp is the vertical wall of difficulty. Things that are routinely problematic:</p>
2116
<ul>
2217
<li>emacs use. Most people don&#8217;t use emacs.</li>
2318
<li>Library creation. Putting together ASDF libraries and using them is a fairly horrid experience the first time.</li>
24-
<li>Selection of Lisp system to use, along with an up-to-date discussion of pros and cons.</li>
19+
<li>Selection of Lisp implementation to use, along with an up-to-date discussion of pros and cons.</li>
2520
<li>Putting together serious projects is not commonly discussed.</li>
2621
</ul>
2722
<p>This site is dedicated to handling these problems. My goal is to put together an introduction/tutorial for practicing professionals and hobbyists from other languages. People who want to get started with Lisp beyond just typing into a REPL. Right now, it feels like this information is less disseminated and much less centralized than it otherwise might be. It&#8217;s not intended to be a HOWTO for Common Lisp. That&#8217;s been covered <em>quite well</em>. But it is intended to be a HOWTO on how to put together a Lisp <strong>environment</strong>.</p>
@@ -31,10 +26,10 @@ <h2 id="dear-reader">Dear Reader,</h2>
3126
<p>P.S.: feel free to contact me for anything you like.</p>
3227
<hr />
3328
<ul>
34-
<li>Set up your <a href="./env/lisp-system.html">lisp system</a>.</li>
35-
<li>Set up <a href="./env/quicklisp.html">Quicklisp</a>.</li>
36-
<li>Write some <a href="./initial/abcs.html">Lisp</a>.</li>
37-
<li>Check out the new project <a href="./initial/new-project.html">tutorial</a></li>
38-
<li>Look up our <a href="./examples/trotter.html">Trotter</a>, a web spider.</li>
39-
<li>Keep our <a href="./quicklinks.html">Quick Links</a> bookmarked.</li>
29+
<li>Set up your <a href="implementations/summary.html">implementation</a>.</li>
30+
<li>Set up <a href="quicklisp.html">Quicklisp</a>.</li>
31+
<li>Write some <a href="initial/abcs.html">Lisp</a>.</li>
32+
<li>Check out the new project <a href="initial/new-project.html">tutorial</a></li>
33+
<li>Look up our <a href="examples/trotter.html">Trotter</a>, a web spider.</li>
34+
<li>Keep our <a href="quicklinks.html">Quick Links</a> bookmarked.</li>
4035
</ul>

quicklinks.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ <h1 class="title">Quick Links</h1>
77
</header>
88
<h3 id="initial-environment-setup">Initial environment setup</h3>
99
<ul>
10-
<li><a href="./env/lisp-system.html">getting a Common Lisp implementation</a></li>
11-
<li><a href="./initial/new-project.html">creating and building a new project</a></li>
12-
<li><a href="./env/quicklisp.html">dependency management with quicklisp</a></li>
10+
<li><a href="implementations/summary.html">getting a Common Lisp implementation</a></li>
11+
<li><a href="initial/new-project.html">creating and building a new project</a></li>
12+
<li><a href="quicklisp.html">dependency management with quicklisp</a></li>
1313
</ul>
1414
<h3 id="example-code">Example code</h3>
1515
<ul>
16-
<li><a href="./examples/trotter.html">Trotter - web crawler</a></li>
16+
<li><a href="examples/trotter.html">Trotter - web crawler</a></li>
1717
</ul>
1818
<h3 id="language-resource-recommendations">Language Resource Recommendations</h3>
1919
<p><em>in no particular order</em></p>

0 commit comments

Comments
 (0)