ANN cli-time 0.9.0 is released

2014-12-26 Thread Michael Klishin
clj-time [1] is a Clojure library for working with dates and time built on top of Joda Time. Change log: https://github.com/clj-time/clj-time/blob/master/ChangeLog.md#changes-between-080-and-090 1. https://github.com/clj-time/clj-time/ -- @michaelklishin, github.com/michaelklishin -- You

Re: [ANN] cuerdas 0.1.0: A string manipulation library for clojure and clojurescript.

2014-12-26 Thread Geraldo Lopes de Souza
Andrey, You ll need to gather lots of food to feed the family you are bulding. I was hearing joe pass when I encountered cuerdas. Regards, Geraldo On Tuesday, December 23, 2014 3:48:35 PM UTC-2, Andrey Antukh wrote: Hello everybody. I wanted to announce the first release of cuerdas. A

Re: [ANN] cuerdas 0.1.0: A string manipulation library for clojure and clojurescript.

2014-12-26 Thread Geraldo Lopes de Souza
oops, listening On Friday, December 26, 2014 11:46:25 AM UTC-2, Geraldo Lopes de Souza wrote: Andrey, You ll need to gather lots of food to feed the family you are bulding. I was hearing joe pass when I encountered cuerdas. Regards, Geraldo On Tuesday, December 23, 2014 3:48:35 PM

parsing and chunking large xyz files

2014-12-26 Thread cej38
In molecular dynamics a popular format for writing out the positions of the atoms in a system is the xyz file format (see: http://en.wikipedia.org/wiki/XYZ_file_format and/or http://www.ks.uiuc.edu/Research/vmd/plugins/molfile/xyzplugin.html). The format allows for storing the positions of

Re: parsing and chunking large xyz files

2014-12-26 Thread Jony Hudson
I think clojure.csv reads CSV files lazily, line-by-line, so might be useful to take a look at: https://github.com/clojure/data.csv Jony On Friday, 26 December 2014 14:49:59 UTC, cej38 wrote: In molecular dynamics a popular format for writing out the positions of the atoms in a system is

[ANN] gg4clj 0.1.0 - ggplot2 in Clojure and Gorilla REPL

2014-12-26 Thread Jony Hudson
Hi all, from the README: gg4clj is a lightweight wrapper to make it easy to use R's ggplot2 library from Clojure. It provides a straightforward way to express R code in Clojure, including easy mapping between Clojure data and R's data.frame, and some plumbing to send this code to R and

Re: Charting Data Format Feedback Requested

2014-12-26 Thread Jony Hudson
So, something of a tangent, I tried this, which works better than I thought: https://groups.google.com/d/msg/clojure/Mcq3CwSa8lY/93lPjeeDBxMJ At the moment its dataset support it just the most minimal Clojure-map-of-columns. It would be interesting to think about supporting other dataset

Re: parsing and chunking large xyz files

2014-12-26 Thread cej38
Line-by-line is the problem. I need groups of lines at a time. On Friday, December 26, 2014 10:33:27 AM UTC-5, Jony Hudson wrote: I think clojure.csv reads CSV files lazily, line-by-line, so might be useful to take a look at: https://github.com/clojure/data.csv Jony On Friday, 26

Re: Author a Book on Clojure - Packt Publishing

2014-12-26 Thread Tushar Gupta
Hello Jan, Firstly apologies for the inconvenience you faced in working with us. This may be an exceptional, one off situation where in such a thing happened. We definitely do not focus on quantity, our first and foremost priority is quality of the content and knowledge to share with our

Re: parsing and chunking large xyz files

2014-12-26 Thread Francis Avila
If you need parallelism, you need to do an indexing pass first to determine the group boundaries. Then you can process them in parallel because you know the units-of-work. Iota is an ok fit for this, so I suggest trying it first. (You may have to dial down the parallelism of r/fold to avoid

Re: [ANN] gg4clj 0.1.0 - ggplot2 in Clojure and Gorilla REPL

2014-12-26 Thread adriaan . sticker
Looks beautifull :) Good work I don't know if you're also aware of ggvis. The ggplot2 reincarnation from the same developer. It has some extra niceties like interactivity. It also renders it output in vega. So it should ouput render also nicely in gorrila (I guess) http://ggvis.rstudio.com/

Re: [lein] compile sass?

2014-12-26 Thread Matthew Boston
There is also Dieter: https://github.com/edgecase/dieter On Tuesday, December 23, 2014 3:41:46 PM UTC-7, stephanos wrote: Hey there, I would love to use the SASS library bourbon.io for my project. Is there any way I can use leiningen to compile the scss files to css? PS: I tried

Re: parsing and chunking large xyz files

2014-12-26 Thread cej38
Francis, Thank you for the gist. I looked through it briefly just now, but won't be able to look at it in detail until later tonight or tomorrow morning. On Friday, December 26, 2014 2:40:53 PM UTC-5, Francis Avila wrote: If you need parallelism, you need to do an indexing pass first to

Re: [ANN] gg4clj 0.1.0 - ggplot2 in Clojure and Gorilla REPL

2014-12-26 Thread Jony Hudson
Thanks :-) And thanks for the pointer to ggvis. I've been shying away from interactive plots in Gorilla, since I haven't really seen or thought of a way to do it that seems satisfactory - and I'm not sure ggvis is there yet. But definitely will keep an eye on it though ... Jony On Friday,

Re: [lein] compile sass?

2014-12-26 Thread stephanos
Thanks to everyone who replied! In the end I didn't find a good solution so I merged lein-haml-sass (uses sass gem, can watch for changes) with lein-sassc (uses sassc) and created lein-sass https://github.com/101loops/lein-sass. Stephan On Tuesday, December 23, 2014 11:41:46 PM UTC+1,

Re: Introducing Boot v2 with a streamlined CLJS workflow

2014-12-26 Thread Catonano
Micha, 2014-11-07 16:25 GMT+01:00 Micha Niskin micha.nis...@gmail.com: Oh, I forgot to say, the ^:boot/export-tasks convention makes boot into a sort of application container. You can use boot to pull code from the internet and run it. This is really nice when combined with Docker, for

[ANN] konserve 0.2.0: A kv-store protocol with clj and cljs implementations

2014-12-26 Thread Christian Weilbach
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi all, from the README: A key-value store protocol implemented with core.async to allow Clojuresque collection operations on associative key-value stores, both from Clojure and ClojureScript for different backends. Data is generally serialized with