shithub: sl

Download patch

ref: c4d3536f925246c9275da139cca3eb6c74bdfb65
parent: b5297d6a3721155431e61a592d03e1608f60096f
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Mon Dec 23 16:37:13 EST 2024

update readme

--- a/README.md
+++ b/README.md
@@ -14,6 +14,8 @@
 Some of the changes from the original include:
 
  * aggressive clean up, removal, renaming and refactoring
+ * docstrings `(define (f ...) "Docs here" ...)`
+ * proper `(void)` and `void?`
  * seamless arbitrary precision integers
  * `[` and `]`, `{` and `}` are synonyms to `(` and `)`
  * `λ` as a shorthand for `lambda`