I want to see all the functions defined in the current namespace. Is there a function that I can call in REPL that can answer this question?
You can use the ns-map function with *ns* .
ns-map
*ns*
(ns-map *ns*)
All namespace functions are highlighted on the clojure.org namespaces page.
Source: https://habr.com/ru/post/1338265/More articles:Bypass PHP safe mode for writing to the server. Is it possible? - phpTesting the empty body of a method using Java Reflection - javaSunspot-Solr slows down to the beast when my application rises to> 1000 objects [Solr Logs Enabled] - performanceGuice @Nullable abstract - javaHow to change deployment order in WebLogic? - deploymentHelp with templatizing function byteswapping, productivity? - c ++How to make immutable singleton in Java? - javaHTML5 closing tag /> for meta or style sheets - htmlIs the HTML5 file API really a file upload change for the user? - javascriptApache.htaccess: how to rewrite backslash using slash in Firefox? - url-rewritingAll Articles