It would be useful if we could define documentation strings for lambda functions which can be retrieved by the (help) command. In most lisp variants the docstring appears to be an optional string after the argument list e.g.:
(lambda args-list [docstring] expression)
Also see EmacsWiki
This appears possible with something like: https://github.com/gcabbage/Alchemy/tree/lambda-help
I haven't looked at formatting the docstrings (i.e. removing leading tabs etc)
Note - also need to update CFunctionContextWrapper
(Closed the duplicate I made here: https://ministry.kronosaur.com/record.hexm?id=104384)
We should definitely try getting this in, there is way too much that is nigh-undiscoverable, let alone able to be displayed by Anton in discord or on the forum function list
George approves of doing this!