且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

为什么leiningen做一个目录层次结构?我可以不用它吗?

更新时间:2023-11-11 12:01:16

(1) You can specify :source-paths ["."] in your project.clj. See lein sample project for all possible options

(2) You need the "deep" structure once you have 2 namespaces and one requires on the other. See here for an explanation of how namespaces are mapped to files.