clojure.repl

clojure.repl

by Chris Houser, Christophe Grand, Stephen Gilardi, Michel Salim

Full namespace name: clojure.repl

Overview

Utilities meant to be used interactively at the REPL

Public Variables and Functions

aproposfunction

Usage: (apropos str-or-pattern)
Given a regular expression or stringable thing, return a seq of all
public definitions in all currently-loaded namespaces that match the
str-or-pattern.
Source

demungefunction 登录查看完整内容