문제

In the old monolithic clojure-contrib there were java-utils and properties namespaces with a few handy functions, like read-properties which parsed a Java properties file into a Clojure map.

Is there an equivalent of these namespaces in the new contrib?

I know that it is easy to write (i.e. copy-paste) the function and I'll probably do it anyway, but if it's already somewhere I'd rather not duplicate code.

도움이 되었습니까?

해결책

The java_utils library never made it, but check out propertea. I think it'll do what you want.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top