Commit graph

12 commits

Author SHA1 Message Date
Linus
2775e70fd0 guard if in accumulators is now :if.
All auxiliary syntax is now prefixed by :.
2021-09-27 21:36:02 +02:00
Linus
832c414260 Changes for the better
* goof-impl.scm (loop/first loop/last): add ability to specify a
:default value. Added auxiliary syntax :default.
 * goof/iterators.scm (accumulating hash(q|v)ing): changed auxiliary
keyword from initial -> :initial.
 * goof.scm: export extra keywords
 * doc.html
 * doc.xml : document changes. fix bugs.
2021-08-17 21:36:13 +02:00
Linus
dd1589ab3a Changed documentation to reflect recent changes 2021-05-21 10:09:07 +02:00
Linus
5a92ba298d Updated the documentation, added pointer to hosted version 2021-05-11 13:27:09 +02:00
Linus
66e435aa92 updated the documentation
Added stop-before, stop-after, in-cycle and in-indexed to the
documentation.

Also clarified (and examplified) the erathostenes example.
2021-05-11 11:14:22 +02:00
Linus
524933d29f Same as previous commit.
I forgot to edit the documentation for down-to.
2021-03-18 12:46:07 +01:00
Linus
78aed79463 Updated documentation to reflect previous change. 2021-03-18 12:43:56 +01:00
Linus
90c2c6bfdf New documentation
Added a "Porting" section.

Some clarifications.
2021-03-11 14:42:52 +01:00
Linus
74514bb4d1 Fixed the documentation a bit
Added some more info. It still looks awful.
2021-03-07 22:19:13 +01:00
Linus
969b9a029a Added basic documentation
WIP.
2021-01-28 13:30:32 +01:00
Linus
f492a5278b Added hashing, hashqing hashving och in-hash. 2021-01-02 12:03:03 +01:00
Linus
02fd0199ec Added a docfile without any tools to generate the proper docs.
I can't seem to find my old xslt files.
2020-12-29 22:01:44 +01:00