TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Common Lisp Quick Reference, with comprehensive index

9 pointsby alrex021over 15 years ago

2 comments

zachbeaneover 15 years ago
<a href="http://clqr.berlios.de/" rel="nofollow">http://clqr.berlios.de/</a> is a better link for this resource.
mnemonikover 15 years ago
I have found that the things that have been most helpful as I learn CL are<p><pre><code> C-c C-d d ;; Describe symbol that the cursor is on C-c C-d h ;; Open up the hyperspec entry for the current symbol </code></pre> and<p><pre><code> C-c C-d a ;; Search symbols and documentation </code></pre> in SLIME.
评论 #1106995 未加载