Re: Oxford (UK) Clojure Group

2015-09-18 Thread Kévin Etienne
Thank you all. Jony it looks very interesting looking forward to know more about the Anglican probabilistic programming system and their use in with Clojure. I've spotted a bitbucket repository from the link you gave, might be a good place to start https://bitbucket.org/probprog/mlss2015/ Volo

Call for Contributions: BOB 2016 - Berlin, Feb 19, 2016

2015-09-18 Thread Michael Sperber
*BOB Conference 2016* "What happens when we use what's best for a change?" http://bobkonf.de/2016/en/cfp.html Berlin, February 19 Call for Contributions Deadline: October 30, 2015 You drive advanced software engineering methods, im

Re: Joxa (Re: Clojure on an Erlang-vm-os on Xen?)

2015-09-18 Thread Sebastian Bensusan
Hi Frank, I've been thinking about this for some months now. The actor model is a great fit for a number of applications and the BEAM is made for it.Though it seems feasible, I'm afraid the result might not feel so close to Clojure, at least with any reasonable performance. I hope I'm wrong. I

Refactoring namespaces

2015-09-18 Thread Timur
Hi everyone, Is there any recommended way of refactoring namespaces in Clojure? Any tool support, which automates this task? Regards, Timur -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.c

Re: Refactoring namespaces

2015-09-18 Thread josh
Slamhound might be all you need. If you’re an Emacs user, there’s the clj-refactor.el package (powered by the refactor-nrepl library). In my experience

Re: Joxa (Re: Clojure on an Erlang-vm-os on Xen?)

2015-09-18 Thread juan.facorro
Hi Sebastian, Thank you for your thoughts. The biggest example is that the BEAM comes with a set of Data Types / Data > Structures and they can't be extended. While this is true, it doesn't mean it is not possible to implement new data structures in Erlang. There are a number of modules that

Sonatype issue with Maven central artifacts

2015-09-18 Thread Alex Miller
FYI, Sonatype had a staging server issue that has affected their CDN - some Clojure artifacts (notably Clojure 1.8.0-alpha5) are currently unavailable. They are working on addressing the issue and have prioritized getting that one back online. Alex -- You received this message because you are

Re: How can find something inside heavily nested data structure ?

2015-09-18 Thread Sean Duckett
If you're using emacs with cider, you might try `cider-repl-clear-buffer`. This has saved my emacs session in situations where I accidentally print a large XML structure. --smd. On 08/20, Dave Tenny wrote: > I'm still in search of tools that let me get a good sense of *what* to > navigate when lo

Re: Sonatype issue with Maven central artifacts

2015-09-18 Thread Tassilo Horn
Alex Miller writes: > FYI, Sonatype had a staging server issue that has affected their CDN - some > Clojure artifacts (notably Clojure 1.8.0-alpha5) are currently unavailable. > They are working on addressing the issue and have prioritized getting that > one back online. Works again! Bye, Ta

[ANN] com.stuartsierra/component 0.3.0 now with ClojureScript

2015-09-18 Thread Stuart Sierra
'Component' - lifecycle and dependency management for objects with runtime state. https://github.com/stuartsierra/component Leiningen dependency: [com.stuartsierra/component "0.3.0"] Changes in this release: * Added ClojureScript support via Conditional Read (.cljc) * Minimum Clojure versio

Re: [ANN] com.stuartsierra/component 0.3.0 now with ClojureScript

2015-09-18 Thread Robin Heggelund Hansen
Great stuff! Have been waiting on this :) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first post. To unsubs

Re: [ANN] com.stuartsierra/component 0.3.0 now with ClojureScript

2015-09-18 Thread Colin Yates
Excellent news about Clojurescript - thanks Stuart! On 18 Sep 2015 21:51, "Stuart Sierra" wrote: > 'Component' - lifecycle and dependency management for objects with runtime > state. > > https://github.com/stuartsierra/component > > Leiningen dependency: > [com.stuartsierra/component "0.3.0"] > >