Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor fixes for iteration, style guide, front page, etc #545

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ generation.

- functions should generally be referenced with backtics. There is no need to capitalize them in the age of markdown: write `function` instead of FUNCTION.

- indent code using the predominant style. If unsure, check what Emacs `lisp-mode` does.

## Code snippets

- use `~~~lisp` for code snippets.
Expand Down
2 changes: 1 addition & 1 deletion cl21.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Common Lisp for the 21st century
---

CAUTION: We were excited by `CL21`, but we must admit that the project
is staling and suffers from unresolved issues. We can't recommend it
is stalling and suffers from unresolved issues. We can't recommend it
anymore. Hopefully, you'll now find many equivalent features in other
libraries (`generic-cl`, `rutils`, `access` and many more).

Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: Home

A Cookbook is an invaluable resource, as it shows how to do various things in a clear fashion without all the theoretical context. Sometimes you just need to look things up. While cookbooks can never replace proper documentation such as the HyperSpec or books such as Practical Common Lisp, every language deserves a good cookbook, Common Lisp included.

The CL Cookbook aims to tackle all sort of topics, for the beginner as for the more advanced developer.
The CL Cookbook aims to tackle all sort of topics, for the beginner and for the more advanced developer.


# Content
Expand Down
Loading