nrepl eval op
#nrepl #clojure
ns パラメータ
https://nrepl.org/nrepl/ops.html#_eval
The namespace in which to perform the evaluation. The supplied namespace must exist already (e.g. be loaded). If no namespace is specified the evaluation falls back to *ns* for the session in question.
nrepl 0.7, 0.8.0-alpha1 で試した限りではフォールバックされるのではなく以下のエラーが返ってくる
'status': ['namespace-not-found', 'done', 'error']