Re: [ANN] org.clojure/tools.cli 0.4.1

2018-09-23 Thread Patrick Kristiansen
Thanks, Sean. Any chance you could update the API documentation here: http://clojure.github.io/tools.cli/index.html On Sunday, September 23, 2018 at 5:18:44 AM UTC+2, Sean Corfield wrote: > > Tools for working with command line arguments. > https://github.com/clojure/tools.cli clj -Sdeps

Re: [ANN] 2016 State of Clojure Community Survey

2016-12-13 Thread Patrick Kristiansen
On Tuesday, December 13, 2016 at 2:00:10 AM UTC+1, Mike Rodriguez wrote: > > Uh oh. I should have asked. I ranked my priorities in the exact opposite > order since I thought 1 was lowest. I did too. -- You received this message because you are subscribed to the Google Groups "Clojure" group.

Re: Clojure.spec - Why should you use and when

2016-12-11 Thread Patrick Kristiansen
Hi Rickesh Take a look at this: http://clojure.org/about/spec -Patrick On Sunday, December 11, 2016 at 5:30:19 PM UTC+1, Rickesh Bedia wrote: > > Hello, > > I have recently watched Rich Hickeys talk at Cojure Conj 2016 ( > https://www.youtube.com/watch?v=oyLBGkS5ICk - here's the link in case

Re: clojure.spec and the rest of clojure

2016-06-13 Thread Patrick Kristiansen
Hi For your first question, have a look at this thread: https://groups.google.com/forum/#!topic/clojure/d_3V9MfLZmY - Patrick On Monday, June 13, 2016 at 8:18:30 AM UTC+2, Philip Markgraf wrote: > > Rich's session on the Cognicast brought up interesting questions for me. > > - Is Clojure.spec

Re: Simple memory usage tuning for clojure

2016-05-03 Thread Patrick Kristiansen
Well, Tim, there's an idea for material for your Pivotshare videos: how to use YourKit efficiently. I'd watch. -- 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

Re: Ted Dziuba: The S in REST

2015-10-14 Thread Patrick Kristiansen
On Wednesday, October 14, 2015 at 5:49:06 AM UTC+2, James Reeves wrote: > > Of course, the difficulty with this architecture is that few databases > have fast, immutable snapshots built in, so you'd have to get a little > creative with your database design. > Which, I guess, is where Datomic

Ted Dziuba: The S in REST

2015-10-13 Thread Patrick Kristiansen
Hi everyone Has anyone read and given any thoughts to the ideas about immutability and REST by Ted Dizuba here: http://teddziuba.github.io/2014/08/18/the-s-in-rest/ Has anyone done anything resembling this? I think the ideas sounds intriguing. Best regards, Patrick -- You received this

Re: Immediate streaming of shell cmd stdout to a browser

2015-09-25 Thread Patrick Kristiansen
Could it be that the client does not support "streaming" the result and instead waits until the server finishes the request? I don't think the browser or standard AJAX requests let you stream the result. -- You received this message because you are subscribed to the Google Groups "Clojure"

When to use (ensue) ?

2014-06-19 Thread Patrick Kristiansen
I believe it is to avoid write skew. Check this Wikipedia page: http://en.m.wikipedia.org/wiki/Snapshot_isolation -- 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

Re: Is it possible to find the number of cores

2014-04-12 Thread Patrick Kristiansen
http://stackoverflow.com/questions/4759570/finding-number-of-cores-in-java On Saturday, April 12, 2014 4:43:56 PM UTC+2, Cecil Westerhof wrote: I am experimenting with concurrent programming. Is it possible to determine how many cores there are on a system? Because it is in the case I am

Re: Is Clojure right for me?

2013-12-27 Thread Patrick Kristiansen
Maybe it would be helpful to define what exactly you mean by OOP. Use this list: http://www.paulgraham.com/reesoo.html Clojure supports some of the constructs that people typically relate to OOP. Decomposing large systems: How do you decompose large systems with OOP? By using classes and

Re: [ANN] Slamhound 1.5.0 + screencast + Vim plugin

2013-12-01 Thread Patrick Kristiansen
Great work! Regarding the screencast: I would be very interested to hear about your Clojure development setup with Vim, especially the plugins and configuration you are using. I see you are using some sort of split view with Vim on top and a REPL at the bottom. Is that GNU screen split in

Re: 2013 State of Clojure ClojureScript survey results

2013-11-19 Thread Patrick Kristiansen
This is trivial to work around, but I hit this kind of thing constantly with every clojure library I use: clojure libraries are about 70% implemented, and 90% correct, which makes a weak foundation. I was amused to find the Lisp Curse article a few weeks ago, which describes this situation.

Re: Call for masters thesis ideas (possibly related to Clojure)

2009-12-19 Thread Patrick Kristiansen
On Dec 19, 1:52 am, ajay gopalakrishnan ajgop...@gmail.com wrote: Put *Comparative performance evaluation of Java threads for embedded applications**: Linux thread vs. Green thread Your Google search skills are obviously beyond ours. :) I've found it now. -- You received this message

Re: Call for masters thesis ideas (possibly related to Clojure)

2009-12-19 Thread Patrick Kristiansen
I want to thank you all for your suggestions, the clojure community is really great! On Dec 18, 1:35 pm, Patrick Kristiansen patrick.kristian...@gmail.com wrote: Hi We're two students that have been working with concurrent programming languages (Erlang and Clojure), and while both languages

Call for masters thesis ideas (possibly related to Clojure)

2009-12-18 Thread Patrick Kristiansen
Hi We're two students that have been working with concurrent programming languages (Erlang and Clojure), and while both languages are very interesting, we would like to work on something related to Clojure in our masters thesis. I once asked on #clojure for ideas, and Rich Hickey suggested

Re: Call for masters thesis ideas (possibly related to Clojure)

2009-12-18 Thread Patrick Kristiansen
On Dec 18, 11:06 pm, Joost jo...@zeekat.nl wrote: Erm, what's your master? I'll assume CS. Well it's software engineering, but close enough :). I should have mentioned that. Personally, I'm interested in whether complete thread abstraction that makes threads as light-weight as possible, but