[ANN] walmartlabs/active-status 0.1.3

2016-02-05 Thread Howard Lewis Ship
walmartlabs/active-status 0.1.3 https://github.com/walmartlabs/active-status Library for allowing a command line application to report status of multiple asynchronous jobs using an update-in-place status board implemented using terminal capabilities. Jobs push updates into the status board via c

[ANN] io.aviso/pretty 0.1.22

2016-02-05 Thread Howard Lewis Ship
Library for helping print things prettily, in Clojure - ANSI fonts, formatted exceptions The parse-exception function, added in 0.1.21, has been fixed to work when a stack frame reports "Unknown Source" instead of a file and line number. https://github.com/AvisoNovate/pretty -- Howard M. Lewis

Re: [ANN] rete4frames, v. 5.2.4 - CLIPS-like expert system shell

2016-02-05 Thread Atamert Ölçgen
Hi, It seems this library has really good documentation, but the link is at the very end of readme. I think it would be great if "I see you are not familiar with rule engines, here's a real quick summary of what rete4frames is" comes before "and here is the detailed docs" which comes before "look,

Clojure equivalent of elm-effects?

2016-02-05 Thread Den Hao-kang
https://github.com/evancz/elm-effects Benefits (mostly for front-end development): - Declarative side-effects - Purity - Improved tests -- 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

Re: [ldnclj] Re: Suggestions for open source contributions?

2016-02-05 Thread cldwalker
If you're into editors or tooling we're happy to have help with LightTable - https://github.com/LightTable/LightTable/blob/master/CONTRIBUTING.md#contributing :) Cheers, Gabriel On Friday, February 5, 2016 at 5:26:12 AM UTC-5, Mikera wrote: > > Hi Bruce, > > My view is that the following thin

core.matrix and incanter [WAS: Re: [ldnclj] Re: Suggestions for open source contributions?]

2016-02-05 Thread Bruce Durling
Mike, That sounds really useful. So things like mapping and joining should be in core.matrix then? Just contemplating some PRs and where we should be looking. I know there was talk about hooking up core.matrix to Spark RDDs. Has anyone made any progress on that? It would be nice to pitch in ther

Re: [ldnclj] Re: Suggestions for open source contributions?

2016-02-05 Thread Mikera
Hi Bruce, My view is that the following things should be in core.matrix - Fundamental dataset and array programming operations (slicing, access, reshaping, dimension labelling etc.) - Basic numerical operations (add, matrix multiply etc.) - Matrix operations that may have different underlying imp