Re: [ANN] Baum - Extensible EDSL in EDN for configuration files

2015-04-11 Thread Ryo Fukumuro
Hi Geoff Thank you for using it and sharing your thoughts! I'll admit that using eval and embedding clojure in the config file feels > like a slippery slope. I'm worried I'll quickly make understanding clojure > a prerequisite for editing the config file. > I totally agree. I'd hesitated to ad

Re: [ANN] Baum - Extensible EDSL in EDN for configuration files

2015-04-10 Thread Geoff Salmon
Hi Ryo Thanks for releasing this. I've started using it for a configuration file that was previously an edn file. I was mainly interested in the import and include features but have now started using the eval macro to replace some repetitive parts of the file with for loops. I'll admit that usi

[ANN] Baum - Extensible EDSL in EDN for configuration files

2015-04-04 Thread Ryo Fukumuro
Hi all, I'd like to announce the release of Baum. https://github.com/rkworks/baum Baum, my first public library for Clojure, is designed to create "self-contained" configuration files. It allows you to include the following things in your configuration files: - References to external files -