Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 65bcb1d

Browse files
committed
libraries: see also Awesome CL and State of the CL ecosystem
1 parent c038ec2 commit 65bcb1d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

‎project/abcs.html‎

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,13 @@ <h2 id="concepts-and-comments">Concepts and Comments</h2>
1414
<p>Typically the Lisp forms such as <code>LET</code>, <code>DEFUN</code>, and <code>MULTIPLE-VALUE-BIND</code> contain something known as an &#8220;implicit progn&#8221;. The implicit progn denotes a list of commands in a block structure (see <a href="http://www.lispworks.com/documentation/lw61/CLHS/Body/s_progn.htm">PROGN</a> for details). However, <code>IF</code> does not have this, which routinely is a gotcha to the author.</p>
1515
<p>Common Lisp contains a macro facility - <code>DEFMACRO</code>. Generally, newbies are not advised to write their own macros, as they are powerful and can cause unexpected results.</p>
1616
<p>When setting a variable, use SETF, not SETQ or SET. Those commands operate at a lower level of abstraction and are not designed for everyday use.</p>
17+
1718
<h2 id="standard-packages.">Standard packages.</h2>
18-
<p>Some of these packages are community-recognized standards; others are simply the best the author has found. All are available on Quicklisp..</p>
19+
20+
<p>Some of these packages are community-recognized standards; others are simply the best the author has found. All are available on Quicklisp.</p>
21+
22+
<p>See also the <a href="https://github.com/CodyReichert/awesome-cl">Awesome Common Lisp</a> list and the <a href="http://eudoxia.me/article/common-lisp-sotu-2015">State of the Common Lisp ecosystem</a> article.</p>
23+
1924
<ul>
2025
<li><p><a href="https://common-lisp.net/project/alexandria/">Alexandria</a> - a library of standard common functions.</p></li>
2126
<li><p>bordeaux-threads - a os threading library.</p></li>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /