On August 2, 2014 at 8:52:48, Bozhidar Batsov (bozhi...@batsov.com) wrote:
On Saturday, August 2, 2014, Reid McKenzie wrote:
For those of you who didn't notice the ten minutes of 500 pages as I
upgraded, I'm delighted to announce the Grimoire's 3rd release!
This version would not have been poss
As always, thanks for your hard work.
--
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 unsubscrib
Hello everyone,
I have started learning Clojure recently.
Could you please point me out what is the best way to replicate the next
Python script in Clojure:
https://gist.github.com/alexvmblog/a3e3bfffa732ca3d3738#file-seqprocess-py
Quite frequently I have this kind of tasks when it's needed to
Hi Alexander,
The partition function is the tool you're looking for to help create the
windows in your example.
http://grimoire.arrdem.com/1.6.0/clojure.core/partition/
I made a comment on your gist that shows how it would be used in your example.
Scott Nielsen
On Aug 2, 2014, at 12:03 PM, Al