Re: [ANN] Introducing Yo-yo, a protocol-less, function composition-based alternative to Component

2015-06-24 Thread Atamert Ölçgen
mer (of your lib). Perhaps something that accepts a start function, a stop function and some sort of main loop (f in your example). > > Cheers, > > James > > On Tuesday, 23 June 2015 09:57:16 UTC+1, Atamert Ölçgen wrote: >> >> Hi James, >> >> Interesting ide

[ANN] aleph-middleware: Ring middleware that support deferred responses.

2015-06-24 Thread Atamert Ölçgen
t's useful. -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- 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 members are moderated - pl

Re: [ANN] Introducing Yo-yo, a protocol-less, function composition-based alternative to Component

2015-07-03 Thread Atamert Ölçgen
gt;> >>>> <https://github.com/james-henderson/yoyo/blob/master/articles/side-by-side.org#making-components> >>>>- Using a component as a dependency >>>> >>>> <https://github.com/james-henderson/yoyo/blob/master/articles/side-by-side.org#u

Re: [ANN] stateful-check 0.3.0 - test stateful systems with test.check

2015-07-31 Thread Atamert Ölçgen
moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscrib

Re: (fail promise exception)

2015-08-08 Thread Atamert Ölçgen
> 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 members are moderated - please be patient with > your first post. > To unsubscribe from th

Re: Manifold streams/deferreds raising errors downstream of a sink

2015-08-09 Thread Atamert Ölçgen
to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this

Hashing With Consistent Results

2015-08-10 Thread Atamert Ölçgen
ng to where records from this hash to that hash lives. This is all Clojure, but I can't keep all my data in memory. (So Clojure's persistent data structures is out of the picture. life would've been much simpler if I could.) Thanks for reading. Any insight is appreciated. -- Kind R

Re: Hashing With Consistent Results

2015-08-11 Thread Atamert Ölçgen
ommutative collections like maps and sets are > hashed key-value wise and then XOR'd for safety. I am interested in > your findings and decision, especially if you pick something else. > > Christian > > On 10.08.2015 09:00, Atamert Ölçgen wrote: > > Hi, > > > &

Re: Unable to write GPL software with clojure?

2015-08-20 Thread Atamert Ölçgen
lease be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to th

Re: Unable to write GPL software with clojure?

2015-08-20 Thread Atamert Ölçgen
Hi Sean, On Thu, Aug 20, 2015 at 8:20 PM, Sean Corfield wrote: > Atamert Ölçgen said on August 20, 2015 at 8:51 AM: > > If you modify this Program, or any covered work, by linking or > combining it with clojure (or a modified version of that > library), containing parts covered

Re: [ANN] io.aviso/rook 0.1.36

2015-08-25 Thread Atamert Ölçgen
> For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email

Re: I am looking for xml parsing lib

2015-08-25 Thread Atamert Ölçgen
le.com/group/clojure?hl=en >> --- >> You received this message because you are subscribed to the Google Groups >> "Clojure" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to clojure+unsubscr...@googlegroups.com.

Manifold questions: Creating sinks/sources

2015-08-27 Thread Atamert Ölçgen
s or sources? 2. Should the extra/unused source/sink I mentioned above cause concern? PS: I'm not talking about a scenario where we're creating thousands streams and connecting them all like there's no tomorrow. -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You rec

Re: [ANN] io.aviso/rook 0.1.36

2015-08-27 Thread Atamert Ölçgen
> name, it has explicit :route metadata. > > I'll update the example to make this much more clear. > > > On Tue, Aug 25, 2015 at 7:43 AM, Atamert Ölçgen wrote: > >> Hi Howard, >> >> In the example application it seems the routing information is encoded i

Re: Manifold questions: Creating sinks/sources

2015-08-27 Thread Atamert Ölçgen
and half a stream there. But now I realize I need two whole streams, connect them, put! on one side, take! on the other. I hope it makes sense. Sorry for the noise. > > Zach > > On Thursday, August 27, 2015 at 4:13:35 AM UTC-7, Atamert Ölçgen wrote: >> >> Hi, >> >

Re: Generalizing -> and ->> forms

2015-08-28 Thread Atamert Ölçgen
ogle Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muh

Re: Live rendering of AsciiDoc files in Chrome browser

2015-09-02 Thread Atamert Ölçgen
to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼

Re: midje only 1 test

2015-09-06 Thread Atamert Ölçgen
ps.com > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > ---

Re: [ANN] Shrubbery 0.3.0, a stubbing, spying, and mocking library for Clojure protocols

2015-10-06 Thread Atamert Ölçgen
o clojure+unsubscr...@googlegroups.com. >> For more options, visit https://groups.google.com/d/optout. >> > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to clojure@google

Re: Timbre corrupting EDN via prn-str

2015-10-07 Thread Atamert Ölçgen
g emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subscribed to the Google Groups "Clojure"

Re: Timbre corrupting EDN via prn-str

2015-10-07 Thread Atamert Ölçgen
n't help. > > I also tried (.flush *out*) before... no dice. > > -ken > -- > - > On Wed, Oct 07, 2015 at 11:31:12AM +0300, Atamert Ölçgen wrote: > > Hi Ken, > > > > Have you tried with-out-str? > > > > On Wed, Oct 7, 2015 at 11:18 AM, Ken

[ANN] ring-transit-middleware 0.1.1

2015-10-31 Thread Atamert Ölçgen
ansit-middleware Your feedback & contributions are welcome. -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- 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: [ANN] ring-transit-middleware 0.1.1

2015-10-31 Thread Atamert Ölçgen
hanks for your work. I am curious. What is the difference to ring-transit > (https://github.com/jalehman/ring-transit). Both libraries seem to have > the same goal. > > Best Regards, > Sven > > > Am Samstag, 31. Oktober 2015 14:30:21 UTC+1 schrieb Atamert Ölçgen: >>

Re: Help with decisions in threading macros

2015-11-03 Thread Atamert Ölçgen
om this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subscri

Re: Style, Efficiency, and updating nested structure

2015-11-11 Thread Atamert Ölçgen
les [:own :edit]} > {:project_id 3, :project_name "Three", :project_roles [:edit]}] >-- into > > Thanks for your thoughts and suggestions. > > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To po

Re: A call for an idiomatic rendering of Clojure EDN in info/error messages

2015-11-13 Thread Atamert Ölçgen
oups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an

Re: A call for an idiomatic rendering of Clojure EDN in info/error messages

2015-11-13 Thread Atamert Ölçgen
oderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are s

Re: Ultralight Components

2015-11-23 Thread Atamert Ölçgen
>>>> Groups "Clojure" group. >>>> To unsubscribe from this group and stop receiving emails from it, send >>>> an email to clojure+unsubscr...@googlegroups.com. >>>> For more options, visit https://groups.google.com/d/optout. >>>> &g

Re: Ultralight Components

2015-11-24 Thread Atamert Ölçgen
what we do is more artistic than engineering (zips up the flame suit now). > > And, as ever, pragmatism throws it all out of the window :-) > > One man’s complexity is another man’s simplicity and so on. > > > > On 24 Nov 2015, at 06:34, Atamert Ölçgen wrote: > &g

Re: Ultralight Components

2015-11-24 Thread Atamert Ölçgen
blem of ‘subjective >> interpretation’, namely, multiple people all agreeing with a principle >> (i.e. complexity sucks) but then having _different_ interpretations of >> where that principle is challenged/upheld. Unfortunately in this industry >> there are hardly any unambig

Re: Check if value is a ring handler

2016-01-29 Thread Atamert Ölçgen
e from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subsc

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

2016-02-05 Thread Atamert Ölçgen
ups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You

Re: Question about Clojure function naming

2016-02-19 Thread Atamert Ölçgen
you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regar

Validation Benchmark

2016-04-18 Thread Atamert Ölçgen
/master/src/validation_benchmark/lib Also contributions of other validation libraries are most welcome! - As an aside: what is the group policy for attachments? Would it be ok if I attached images of benchmark results? -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You

Re: Validation Benchmark

2016-04-19 Thread Atamert Ölçgen
ave any questions. > > Thanks, > Jason > > > On Tuesday, April 19, 2016 at 2:47:33 AM UTC+7, Atamert Ölçgen wrote: >> >> Hi All, >> >> I have been working a benchmark for (runtime) validation libraries. I >> think it is mature enough to share the result

Re: clojure.spec

2016-05-24 Thread Atamert Ölçgen
his group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googl

Re: clojure.spec

2016-05-24 Thread Atamert Ölçgen
Thanks Alex! I didn't know this. On Tue, May 24, 2016 at 3:10 PM, Alex Miller wrote: > The first use is a namespace alias and the second is a var - they don't > overlap in usage. > > > On Tuesday, May 24, 2016 at 2:28:11 AM UTC-5, Atamert Ölçgen wrote: >> >&

Re: Get the name of parameters in a function

2016-06-03 Thread Atamert Ölçgen
groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > F

Re: [ANN] Clojure 1.9.0-alpha4

2016-06-03 Thread Atamert Ölçgen
t; You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/

Re: [ANN] Clojure 1.9.0-alpha4

2016-06-04 Thread Atamert Ölçgen
ls from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subscribed to the Google Groups "Clojure&q

spec performance comparison

2016-06-05 Thread Atamert Ölçgen
map validation without spec/def'ing ::name, ::age & ::saiyan? 1: https://github.com/muhuk/validation-benchmark -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post

Re: spec performance comparison

2016-06-11 Thread Atamert Ölçgen
group. > To unsubscribe from this group and stop receiving emails from it, send an > email to clojure+unsubscr...@googlegroups.com. > For more options, visit https://groups.google.com/d/optout. > -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this m

Added truss to validation-benchmark

2016-06-15 Thread Atamert Ölçgen
th an assertion on the result (true for valid, false for invalid). Either we have a bug or I am justified to be in awe. -- Kind Regards, Atamert Ölçgen ◻◼◻ ◻◻◼ ◼◼◼ www.muhuk.com -- You received this message because you are subscribed to the Google Groups "Clojure" group. To po

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-15 Thread Atamert Ölçgen
rs are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > clojure+unsubscr...@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because y

Re: Clojure 1.9.0-alpha10: Semantic mismatch: any? vs not-any?

2016-07-16 Thread Atamert Ölçgen
Thanks Sean, Alex. I understand the rationale now. On Sat, Jul 16, 2016 at 12:38 AM, Alex Miller wrote: > > On Friday, July 15, 2016 at 2:27:56 PM UTC-5, Atamert Ölçgen wrote: >> >> >> I can't think of a single use case where this function would be useful. I >&g

<    1   2