shithub: femtolisp

Download patch

ref: bb2052f323bb6ad88cefbc67511fb431a01fa3e2
parent: 0275c42a8bd3b7786ed3d3619d6e5f99f98588e2
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`