Re: gemacl: Scientific computing application written in Clojure

2014-12-21 Thread Jose M. Perez Sanchez
Hi everyone: Sorry that it has taken so long. I've just released the software in GitHub under the EPL. It can be found at: https://github.com/iosephus/gema Kind regards, Jose. -- You received this message because you are subscribed to the Google Groups Clojure group. To post to this

CIDER 0.8.2 released!

2014-12-21 Thread Bozhidar Batsov
Ladies and gentlemen, I’m happy to inform you that CIDER 0.8.2 is out! It’s a bugfix-only release (which means you totally want to use it). Have a look at the release notes (https://github.com/clojure-emacs/cider/releases/tag/v0.8.2) for all the gory details. This will be the final release in

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
The only catch is that you should do this only for “relatively unique” names, as clojure-mode is not namespace aware. Otherwise you might get funky indentation in odd places. — Cheers,  Bozhidar On December 21, 2014 at 3:23:17 AM, Reid McKenzie (rmckenzi...@gmail.com) wrote: Protip: you

Re: CIDER 0.8.2 released!

2014-12-21 Thread László Török
This is fantastic! Congrats and kudos to all the contributors. One question: will the 0.8.2 release make it to MELPA-stable? Thanks! L 2014-12-21 11:54 GMT+01:00 Bozhidar Batsov bozhi...@batsov.com: Ladies and gentlemen, I’m happy to inform you that CIDER 0.8.2 is out! It’s a bugfix-only

Re: CIDER 0.8.2 released!

2014-12-21 Thread Bozhidar Batsov
On December 21, 2014 at 1:29:04 PM, László Török (ltoro...@gmail.com) wrote: This is fantastic! Congrats and kudos to all the contributors.  One question: will the 0.8.2 release make it to MELPA-stable? Sure. No idea how often the MELPA-stable packages get rebuilt, but I expect 0.8.2 to land

Re: CIDER 0.8.2 released!

2014-12-21 Thread Bruce Durling
Thanks! cheers, Bruce On Sun, Dec 21, 2014 at 10:54 AM, Bozhidar Batsov bozhi...@batsov.com wrote: Ladies and gentlemen, I’m happy to inform you that CIDER 0.8.2 is out! It’s a bugfix-only release (which means you totally want to use it). Have a look at the release notes

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
On December 20, 2014 at 11:14:14 AM, Colin Fleming (colin.mailingl...@gmail.com) wrote: Hi everyone, There's been a bit of discussion recently on a couple of clojure-mode tickets that I thought were worth discussing here. The tickets are #265 and #266, and they later led to PR #96 on Bozhidar

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
Yeah, shared (or at least as shared as possible) defaults would be awesome. I feel that the style guide might provide us with some insight about what those shared defaults should be. — Cheers,  Bozhidar On December 20, 2014 at 11:51:33 AM, Laurent PETIT (laurent.pe...@gmail.com) wrote: I

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
On December 20, 2014 at 4:30:41 PM, Timothy Baldridge (tbaldri...@gmail.com) wrote: I recently browsed parts of that guide and was surprised how many bits I disagreed with. Especially around the one space in these rare cases bits. Not that that is a bad thing it's just my personal opinion that

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
You can use `.dir-locals.el` to alter the clojure-mode indentation settings on a per-project basis. — Cheers,  Bozhidar On December 20, 2014 at 8:47:10 PM, Andy L (core.as...@gmail.com) wrote: Hi, I realized recently that cohesive pretty formatting LISP programs is a very difficult problem

Re: Clojure Style Guide

2014-12-21 Thread Bozhidar Batsov
On December 21, 2014 at 1:12:10 AM, Leon Grapenthin (grapenthinl...@gmail.com) wrote: Thanks for bringing this up here and linking to the issue I raised on GH. I wanted to start a discussion here as well but have not yet found time.  My concerns and worries are less about the style-guide in

Re: core.async go-loop questions

2014-12-21 Thread Jonathon McKitrick
Well, my goal is to start a go-loop (if possible) at the root level of the code that simply parks and waits for a group of emails to be sent. When that happens, it would wake up and broadcast the result of the send operation via web socket back to the browser. I'd like to avoid starting that

Re: core.async go-loop questions

2014-12-21 Thread Chris Freeman
On Dec 21, 2014 7:17 AM, Jonathon McKitrick jmckitr...@gmail.com wrote: Well, my goal is to start a go-loop (if possible) at the root level of the code that simply parks and waits for a group of emails to be sent. When that happens, it would wake up and broadcast the result of the send

Re: Clojure Style Guide

2014-12-21 Thread Timothy Baldridge
I get concerned whenever I see things like rooted in lisp's DNA. Lisp is data, there is no formatting. If we want to argue tradition, we should stop ourselves and instead argue the points behind the tradition. It's not good enough to say It's always been done this way... We instead should say It's

Re: ANN: Om 0.8.0-beta4

2014-12-21 Thread David Nolen
Just cut Om 0.8.0-beta5, the only change is bumping to a version of the React JAR that supplies new externs for changes to React in 0.12.2. On Sat, Dec 20, 2014 at 2:12 PM, David Nolen dnolen.li...@gmail.com wrote: The main change is getting back in sync with React 0.12.2 plus a few small

ANN Langohr 3.0.0 is released

2014-12-21 Thread Michael Klishin
Langohr [1] is a Clojure client for RabbitMQ. Release notes: http://blog.clojurewerkz.org/blog/2014/12/21/langohr-3-dot-0-0-is-released/ 1. http://clojurerabbitmq.info -- @michaelklishin, github.com/michaelklishin -- You received this message because you are subscribed to the Google Groups

Re: gemacl: Scientific computing application written in Clojure

2014-12-21 Thread Jose M. Perez Sanchez
Regarding the speed optimizations, execution time for a given model was reduced from 2735 seconds to 70 seconds, over several versions by doing several optimizations. The same calculation implemented in C# takes 12 seconds using the same computer and OS. Maybe the Clojure code can still be

ANN: ClojureScript 0.0-2505

2014-12-21 Thread David Nolen
ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2505 Leiningen dependency information: [org.clojure/clojurescript 0.0-2505] This release fixes an issue with cljs.test and

Re: [ClojureScript] ANN: ClojureScript 0.0-2505

2014-12-21 Thread Mimmo Cosenza
David, you’re unstoppable ;-) mimmo On 21 Dec 2014, at 19:12, David Nolen dnolen.li...@gmail.com wrote: ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript New release version: 0.0-2505 Leiningen

Browserless ClojureScript

2014-12-21 Thread David Nolen
ClojureScript's Node.js support has come a very long way. I've written a short post about it http://swannodette.github.io/2014/12/21/browserless-clojurescript/. I think this will be of interest to anyone building non-browser-centric ClojureScript libraries or those people who want to write shell

Re: [ClojureScript] Browserless ClojureScript

2014-12-21 Thread Mimmo Cosenza
wonderful! mimmo On 21 Dec 2014, at 19:58, David Nolen dnolen.li...@gmail.com wrote: ClojureScript's Node.js support has come a very long way. I've written a short post about it http://swannodette.github.io/2014/12/21/browserless-clojurescript/. I think this will be of interest to

Re: ANN: ClojureScript 0.0-2496, cljs.test - a clojure.test port

2014-12-21 Thread Yehonathan Sharvit
Now that var is implemented. Could we expect the support of private functions in cljs? On Wednesday, 17 December 2014 23:54:09 UTC+2, David Nolen wrote: ClojureScript, the Clojure compiler that emits JavaScript source code. README and source code: https://github.com/clojure/clojurescript

Where is the code for the Basic Web Development in Clojure Guide?

2014-12-21 Thread ogpual
The page http://clojure-doc.org/articles/tutorials/basic_web_development.html says that code is available on github. But clicking the link takes me to the guides, which appear to not have the source code for the finished app (after all the changes are made), only the same readme that has the

Author a Book on Clojure - Packt Publishing

2014-12-21 Thread Tushar Gupta
I am Tushar Gupta, an Acquisition Editor at Packt Publishing. We specialise in publishing books, eBooks, video tutorials and articles for IT developers, administrators and users. We are currently planning to develop a book on *Clojure Data structures and Algorithms*. We are looking for

Safe and fast clojure + cljs crypto-hashing - input needed

2014-12-21 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hallo, tldr; I would like to have some input, because the crypto-hash function for edn is a basic building block to distribute values and cannot easily be changed later. I have developed a cross-platform implementation to create UUID5 values based

Better update function

2014-12-21 Thread Steve Ashton
I'm trying to figure out if there is a better / more concise / more generic way to write an update function. The data I have is a vector of maps containing vectors of maps. For example: [{:values [{:y 1 :x 4}{:y 2 :x 7}]}{:values [{:y 5 :x 8}]}] The goal is to update all the :y values or all

Re: Browserless ClojureScript

2014-12-21 Thread Boris Kourtoukov
Thanks for this! The last batch of updates have made it so much easier to work with node. On Sunday, December 21, 2014 1:58:23 PM UTC-5, David Nolen wrote: ClojureScript's Node.js support has come a very long way. I've written a short post about it

Re: [ClojureScript] Browserless ClojureScript

2014-12-21 Thread Laurent PETIT
I can't wait to see a node+cljs version of a Leiningen client :-) Le lundi 22 décembre 2014, Boris Kourtoukov borisko...@gmail.com a écrit : Thanks for this! The last batch of updates have made it so much easier to work with node. On Sunday, December 21, 2014 1:58:23 PM UTC-5, David Nolen