You could also try (find-doc "libname") On Thu, Jun 2, 2011 at 11:15 AM, Alex Robbins <[email protected]> wrote: > (ns-publics 'namespace) will show all the publicly defined things in a > namespace. > > On Thu, Jun 2, 2011 at 11:51 AM, Avram <[email protected]> wrote: >> >> Apologies for a silly question, there must be a simple way to do this >> from the repl, but I can't seem to find it… >> >> Is there a way from the repl to view all available functions in the >> library or namespace? >> >> It often happens that I know a library contains functionality I seek, >> but I don't yet know the name. I realize that I can try to use the >> Atlas url (which is awesome) or an IDE or check github, but it would >> be really nice not to have to leave the repl. >> In R I would do: library(help=libname) >> >> >> Thanks in advance, >> Avram >> >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with your >> first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with your > first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en
-- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en
