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

giantcabbage 5 Feb 2017:

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

wolfy 11 days ago:

(Closed the duplicate I made here: https://ministry.kronosaur.com/record.hexm?id=104384)

wolfy 11 days ago:

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

wolfy 10 days ago:

George approves of doing this!