[ANN] Clojure Package for Apache MXNet - Contributors Welcome

2018-07-01 Thread Carin Meier
I'm delighted to share the news that the Clojure package for [MXNet](https://mxnet.apache.org/) has now joined the main Apache MXNet project. A big thank you to the efforts of everyone involved to make this possible. Having it as part of the main project is a great place for growth and collabor

[ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Jeff Stokes
Hi, We've just released a 0.1.0 of our testing framework greenlight . Greenlight provides an integration testing framework for systems to give you the confidence to greenlight your code to production. This is the first public release of this library. ht

[ANN] CRNTL-iOS: Swift reader for Clojure

2018-07-01 Thread Edwin Watkeys
Hi again all, I'm all packed and had some free time, so I built CRNTL-iOS, a Swift wrapper for CRNTL: https://github.com/thunknyc/crntl-ios Some sample code: public func test_parse() { let values = parse(string: "{:answer 42}") for v in values { print("Value: \(v)") } }

Re: [ANN] greenlight 0.1.0 - a integration testing framework

2018-07-01 Thread Daniel Compton
Hi Jeff This looks very cool. Can you describe a little bit more about how/where you would use this vs. other kinds of Clojure testing frameworks? The examples show tests all running within a single process, some using Component to build up a system map. Do you also use this for inter-process inte

[ANN] gradle-clojure 0.4.0 (adding ClojureScript support)

2018-07-01 Thread Andrew Oberstar
gradle-clojure is a Gradle plugin supporting Clojure and (now) ClojureScript development. The 0.4.0 release adds support for ClojureScript compilation and Figwheel Main. For those not familiar with Gradle , it's a JVM-based b

What is the minimal Emacs config for practical Clojure development?

2018-07-01 Thread Austin Haas
I don't want to use a package manager with Emacs. Should I launch a REPL outside of Emacs, then connect to it? Using the CLI tools (i.e., from the command line: clojure -J-Dclojure.server.repl="{:port :accept clojure.core.server/repl}")? Can I launch a REPL from within Emacs? I've been us