egallesio / STklos

STklos Scheme
http://stklos.net
GNU General Public License v2.0
67 stars 17 forks source link

Document procedures in `(scheme list)` / SRFI 1 #637

Open jpellegrini opened 1 month ago

jpellegrini commented 1 month ago

Hi @egallesio !

This is just an idea. We could bring documentation for SRFI procedures and macros so the user can have online help. However, I suppose there should be compile options to generate (or not) documentation:

This PR also removes the implementation of last-pair, which is already in STklos core. I also reordered some of the procedures when writing the documentation.

jpellegrini commented 1 month ago

This is related to issue #351 .