Hi, On sam., 20 mai 2023 at 14:54, Hafeez Bana <[email protected]> wrote:
> Guix repl exists, but is there any way to get a list of functions/names and > meta information thats been defined that can help a person understand what > functions there are and some actual context and usage info? Well, Guile provides the command ,describe and ,apropos (type ,help to see more :-)). However, it does not fit for discoverability. Maybe, the best is via the manual and the programming index part [1]. 1: https://guix.gnu.org/manual/devel/en/guix.html#Programming-Index Cheers, simon
