Re: [ANN] Introducing semantic-csv, a tool for higher-level CSV parsing/processing functionality

2015-02-06 Thread Jony Hudson
This is great - just what I need! Jony On Tuesday, 27 January 2015 09:24:21 UTC, Christopher Small wrote: Hi everyone I’m pleased to announce the release of semantic-csv https://github.com/metasoarous/semantic-csv, a humble library for working with CSV data. Existing Clojure libraries

Re: [ANN] Introducing semantic-csv, a tool for higher-level CSV parsing/processing functionality

2015-02-06 Thread Rick Moynihan
Interesting! I've been working on a similar library for processing CSV files, called Grafter. We released version 0.3.0. about a week ago and have been using it to ingest and clean large amounts of CSV/Excel for over 9 months. http://grafter.org/ http://github.com/Swirrl/grafter It consists

[job] Clojure opportunity at Lucidworks

2015-02-06 Thread Matt Mitchell
Hello fellow Clojurians! Lucidworks http://lucidworks.com is looking for a Clojure dev with experience in web API services; security exp. is a big bonus. We are considering remote devs but only in the US at this time. See the job posting

Re: which are the pros and cons between stuartsierra/component and prismatic/graph?

2015-02-06 Thread Eldar Gabdullin
You can have a look at https://github.com/dar-clojure/container and a bit far-fetched example https://gist.github.com/eldargab/77ae221f3cc0a82b76ab. четверг, 5 февраля 2015 г., 21:52:53 UTC+3 пользователь Juan A. Ruz @tangrammer написал: Thanks to all for your good points! Sorry for the

Re: Rationale behind the naming and semantics for agents.

2015-02-06 Thread Andre Richards
BTW I did not mean to imply you are wrong, just wanted to give some extra background. He specifically mentions: the problems of distributed programs are much harder - [...] *direct observation is not possible* [...] On Friday, 6 February 2015 13:21:52 UTC, Andre Richards wrote: Have a look

Re: Rationale behind the naming and semantics for agents.

2015-02-06 Thread Andre Richards
Have a look here: http://clojure.org/state In the section *Message Passing and Actors*, he gives his reasoning. Basically, Actors were designed for distributed programs, but that comes with added complexity and a performance hit. He wanted a simpler model, because he was mainly concerned about