mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Initial draft for Scheme code conventions
This commit is contained in:
parent
3902166f57
commit
d079ad1056
1 changed files with 1 additions and 1 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue