practicalli / practicalli/clojure
List functions in a namespace
Open
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 117
- Forks
- 36
- PR merge metrics
- No merged PRs in 30d
Description
Clojure functions to show functions
https://stackoverflow.com/questions/2747294/how-to-list-the-functions-of-a-namespace
Get the vars in a namespace as a map
(keys (ns-publics 'clojure.string))
List all the functions defined in a specified namespace
(dir clojure.string)
Aliases used in a given namespace
(ns-aliases 'myapp.foo.bar)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No target file or test is named. Start by locating the repository documentation covering Clojure namespaces or REPL inspection, then review the supplied examples for accuracy and context. Done should be a clear documentation section explaining the namespace functions and aliases shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- clojure
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100