Re: Suggestions for open source contributions?

2016-02-04 Thread Mikera
There is the start of a dataframe-like implementation in clojure.core.matrix.dataset Contributions in this area (or even just vigorous testing / issue reporting) would be very welcome! On Tuesday, 2 February 2016 17:44:51 UTC+8, Gregg Reynolds wrote: > > > > On Tue, Feb 2, 2016 at 2:22 AM,

Re: Clojure vs OSGi once again...

2016-02-04 Thread Mark Derricutt
On 5 Feb 2016, at 9:07, Evile Cruela wrote: > Is there a complete example of a bundle activator in clojure that you could > point me to please. I have written them in java and I'd like to try it in > clojure. Thanks for reminding me I should update the clojure-osgi build for Clojure 1.8. A

[ANN] Leiningen 2.6.0

2016-02-04 Thread Jean Niklas L'orange
Greetings! I am happy to announce Leiningen 2.6.0! This release contains mostly usability improvements, along with some bugfixes. The biggest notable change will likely be for Homebrew users. When the Homebrew formula is updated to 2.6.0, you will likely experience startup time improvements.

Re: Clojure vs OSGi once again...

2016-02-04 Thread Mark Derricutt
On 5 Feb 2016, at 9:07, Evile Cruela wrote: > Is there a complete example of a bundle activator in clojure that you could > point me to please. I have written them in java and I'd like to try it in > clojure. com.theoryinpractise clojure.osgi 1.8.0-1 Should be

Sisyphus on Fire

2016-02-04 Thread Alan Thompson
Hi. I just read very well-written post by Marc Phillips on the Cognitect blog. He describes some of the current antipatterns that have hijacked the original idea of "Agile" development. Please read! Alan http://blog.cognitect.com/blog/2015/12/2/sisyphus-on-fire -- You received this message

Re: Java API type hint question

2016-02-04 Thread Gary Verhaegen
The part within brackets does not exist outside the Java compiler, i.e. at the bytecode level, it is really just a Collection, not a Collection. If you're interested, you can google "java type erasure" to learn more about this. On Wednesday, 27 January 2016, Ritchie Cai

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

2016-02-04 Thread Bruce Durling
Mike, I've had some of my team start using incanter 1.9.0. We've found and reported some issues and would like to contribute. Is there a good road map somewhere of what functions should stay in incanter and what ones should live in clojure.core.matrix.dataset? I'd like to know that any fixes we

Clojure in Action, Second Edition by Amit Rathore and Francis Avila is now in print

2016-02-04 Thread Candace Gillhoolley
We'd like to offer you a special 39% discount on our newly released* Clojure in Action, Second Edition . *Just use promotional code clojuregg when you check out at manning.com. *Clojure in Action, Second Edition

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

2016-02-04 Thread ru
Hi, New version 5.2.4 of rete4frames CLIPS-like expert system shell is published on https://github.com/rururu/rete4frames. News: 1. Refactored functions "dissoc-in" and "remove-fmem" for better performance and reliability. 2. New compound example of expert system: "Real" air traffic control

Re: Clojure vs OSGi once again...

2016-02-04 Thread Evile Cruela
Is there a complete example of a bundle activator in clojure that you could point me to please. I have written them in java and I'd like to try it in clojure. Thanks On Monday, October 14, 2013 at 12:29:21 AM UTC-7, Mark Derricutt wrote: > > Cheers, > > I took the time this morning to hack