diff options
author | Darren Bane <dbane@tilde.institute> | 2021-01-31 16:21:42 +0000 |
---|---|---|
committer | Darren Bane <dbane@tilde.institute> | 2021-01-31 16:21:42 +0000 |
commit | 6498dfe047b90ac719b9a41d644d9e72ffaa11a4 (patch) | |
tree | e51eb8dc864c5f8c23c60326549ec30f50fbfd39 /doc | |
parent | 9dbb4b1c10aa87c1b296752467ec6d6983247aa6 (diff) | |
download | lsp-6498dfe047b90ac719b9a41d644d9e72ffaa11a4.tar.gz |
Some new ISLisp
Diffstat (limited to 'doc')
-rw-r--r-- | doc/breaking_rules.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/breaking_rules.md b/doc/breaking_rules.md index 200f3b8..db4f28c 100644 --- a/doc/breaking_rules.md +++ b/doc/breaking_rules.md @@ -92,7 +92,8 @@ If absolutely necessary you can choose some of the libraries mentioned in the "P Even though this is a prototype, attention should be paid to basic craftsmanship. * Divide the system into packages, using the subset of CL that is - supported by OpenLisp + supported by OpenLisp. + This can start from just "section headers" with lots of semicolons. * Write docstrings for at least each public fun, class and package. There are good guidelines in the Elisp manual, but for now one sentence will suffice. * Use `declare` |