On Tue, Oct 6, 2015 at 6:16 AM, Atamert Ölçgen wrote:
> It would be great if multiple return values for multiple calls were
> supported. First use case it something like an iteration, calling some
> protocol method repeatedly (possibly with different inputs). Another use
> case is just calling it
This is awesome!
I might have more useful feedback (and PRs) in the future, because I can
see myself using this extensively.
It would be great if multiple return values for multiple calls were
supported. First use case it something like an iteration, calling some
protocol method repeatedly (possi
Great to hear! Let me know if there are any questions I can answer.
Feedback gratefully accepted.
Cheers,
Brian
On Mon, Oct 5, 2015 at 11:56 AM, James Reeves wrote:
> Very nice. I was looking for something like this.
>
> - James
>
> On 5 October 2015 at 15:14, Brian Guthrie wrote:
>
>> Clojur
Very nice. I was looking for something like this.
- James
On 5 October 2015 at 15:14, Brian Guthrie wrote:
> Clojure protocols are a great way to encapsulate operations with side
> effects, but suffer from a lack of general test tooling. Shrubbery provides
> a small set of basic building blocks
Clojure protocols are a great way to encapsulate operations with side
effects, but suffer from a lack of general test tooling. Shrubbery provides
a small set of basic building blocks for working with them:
* stub, which accepts a variable list of protocols and a optional hashmap
of simple value i