From d079ad1056ea1ed5b6a5ee34179d342176c27957 Mon Sep 17 00:00:00 2001 From: Arthur Maciel Date: Sun, 24 Jan 2021 14:14:04 -0300 Subject: [PATCH] Initial draft for Scheme code conventions --- docs/Scheme-code-conventions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Scheme-code-conventions.md b/docs/Scheme-code-conventions.md index 9ecee881..cabe9a0b 100644 --- a/docs/Scheme-code-conventions.md +++ b/docs/Scheme-code-conventions.md @@ -10,7 +10,7 @@ # Introduction -This document presents a set of recommendations for Scheme code styling. Use them when possible. +This document presents a set of recommendations for Scheme code styling. Use them whenever possible. Most of the recommendations presented here follow, at least partially, [Riastradh's Lisp Style Rules](https://mumble.net/~campbell/scheme/style.txt) and scheme-wiki guides on [general Scheme style](http://community.schemewiki.org/?scheme-style), [variable naming conventions](http://community.schemewiki.org/?variable-naming-convention) and [comment style](http://community.schemewiki.org/?comment-style).