How do I start the REPL in a user defined namespace?

前端 未结 7 1358
傲寒
傲寒 2020-12-06 17:13

Writing (in-ns \'dbx) to a file and loading it isn\'t changing the default namespace of the repl (using cygwin/console). The namespace is still user=><

7条回答
  •  太阳男子
    2020-12-06 17:42

    Nowadays is :repl-options {:init-ns foo.bar}.

    See https://github.com/technomancy/leiningen/blob/master/sample.project.clj

提交回复
热议问题