chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] how to Find list of ALL standard procedures availabl


From: Dan Leslie
Subject: Re: [Chicken-users] how to Find list of ALL standard procedures available from csi
Date: Fri, 05 Dec 2014 20:26:20 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

Not part of the standard distribution; however, the apropos egg will allow you to locate defined symbols by regex; you could simply provide a regex that matches all strings.

-Dan

On 14-12-05 07:48 PM, Joe Python wrote:
I can check whether an individual procedure is available by just typing the name, say map:

#;1> map
#<procedure (map fn1843 lst11844 . lsts1845)>


Is there a way to list ALLof the procedures available by default from the csi interpreter?

- Joe


_______________________________________________
Chicken-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/chicken-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]