我在ClojureScript项目中有很多文件,命名空间变得非常长。有没有办法分享命名空间定义的一部分并包含或分享它,以便我可以做类似的事情:
(ns x.y.z
(:use ...
(:require ...
(:include-common ... <- where this may use a
shared definition of some use and requires
)
答案 0 :(得分:2)
使用ns
无法执行此操作。