Initial draft for Scheme code conventions

This commit is contained in:
Arthur Maciel 2021-01-24 14:14:04 -03:00
parent 3902166f57
commit d079ad1056

View file

@ -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).