....with some wrappers I've found handy (like the Option monad, and an
applyDelta that lets you e.g. update a value inside a
Versioned[List[String]] value).
> ....with some wrappers I've found handy (like the Option monad, and an
> applyDelta that lets you e.g. update a value inside a
> Versioned[List[String]] value).
> --
> You received this message because you are subscribed to the Google Groups
> "project-voldemort" group.
> To unsubscribe from this group, send email to
> project-voldemort+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/project-voldemort?hl=en.
On Wed, Oct 17, 2012 at 3:48 PM, Sunny Gleason <sunny.glea...@gmail.com> wrote:
> This is awesome, thank you for sharing it Maarten! You
> just got +1 new follower and starred project :)
> -Sunny
> On 10/17/12, Maarten Koopmans <maarten.koopm...@gmail.com> wrote:
>> ....with some wrappers I've found handy (like the Option monad, and an
>> applyDelta that lets you e.g. update a value inside a
>> Versioned[List[String]] value).
>> --
>> You received this message because you are subscribed to the Google Groups
>> "project-voldemort" group.
>> To unsubscribe from this group, send email to
>> project-voldemort+unsubscribe@googlegroups.com.
>> Visit this group at http://groups.google.com/group/project-voldemort?hl=en.
> --
> You received this message because you are subscribed to the Google Groups "project-voldemort" group.
> To unsubscribe from this group, send email to project-voldemort+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/project-voldemort?hl=en.
On Wednesday, October 17, 2012 7:24:14 AM UTC-7, maarten wrote:
> Thanks. I hope others will follow, if only to draw people to the > Voldemort community (really, marketing is not that hard....)
> --Maarten
> On Wed, Oct 17, 2012 at 3:48 PM, Sunny Gleason <sunny....@gmail.com<javascript:>> > wrote: > > This is awesome, thank you for sharing it Maarten! You > > just got +1 new follower and starred project :)
> > -Sunny
> > On 10/17/12, Maarten Koopmans <maarten....@gmail.com <javascript:>> > wrote: > >> ....with some wrappers I've found handy (like the Option monad, and an > >> applyDelta that lets you e.g. update a value inside a > >> Versioned[List[String]] value).
> >> -- > >> You received this message because you are subscribed to the Google > Groups > >> "project-voldemort" group. > >> To unsubscribe from this group, send email to > >> project-voldem...@googlegroups.com <javascript:>. > >> Visit this group at > http://groups.google.com/group/project-voldemort?hl=en.
> > -- > > You received this message because you are subscribed to the Google > Groups "project-voldemort" group. > > To unsubscribe from this group, send email to > project-voldem...@googlegroups.com <javascript:>. > > Visit this group at > http://groups.google.com/group/project-voldemort?hl=en.
Cool stuff, although, there's a fair bit of imperative code in there that probably isn't idiomatic - I applaud the effort thought as I also went looking for a scala abstraction and ended up writing my own (internal only, so cant share it).
If I get time i'll take a look and see if I can help out :-)
On Wednesday, 17 October 2012 06:48:41 UTC-7, Sunny wrote:
> This is awesome, thank you for sharing it Maarten! You > just got +1 new follower and starred project :)
> -Sunny
> On 10/17/12, Maarten Koopmans <maarten....@gmail.com <javascript:>> > wrote: > > ....with some wrappers I've found handy (like the Option monad, and an > > applyDelta that lets you e.g. update a value inside a > > Versioned[List[String]] value).
> > -- > > You received this message because you are subscribed to the Google > Groups > > "project-voldemort" group. > > To unsubscribe from this group, send email to > > project-voldem...@googlegroups.com <javascript:>. > > Visit this group at > http://groups.google.com/group/project-voldemort?hl=en.
I agree about the imperative code. But when interfacing with Java code
and also making it usable for Java developers (understandable), this
was a conscious choice. Maybe I/we should fork with a more idiomatic
equivalent.
On Wed, Oct 24, 2012 at 8:34 PM, Timothy Perrett <tperr...@gmail.com> wrote:
> Cool stuff, although, there's a fair bit of imperative code in there that
> probably isn't idiomatic - I applaud the effort thought as I also went
> looking for a scala abstraction and ended up writing my own (internal only,
> so cant share it).
> If I get time i'll take a look and see if I can help out :-)
> Cheers, Tim
> On Wednesday, 17 October 2012 06:48:41 UTC-7, Sunny wrote:
>> This is awesome, thank you for sharing it Maarten! You
>> just got +1 new follower and starred project :)
>> -Sunny
>> On 10/17/12, Maarten Koopmans <maarten....@gmail.com> wrote:
>> > ....with some wrappers I've found handy (like the Option monad, and an
>> > applyDelta that lets you e.g. update a value inside a
>> > Versioned[List[String]] value).
>> > --
>> > You received this message because you are subscribed to the Google
>> > Groups
>> > "project-voldemort" group.
>> > To unsubscribe from this group, send email to
>> > project-voldem...@googlegroups.com.
>> > Visit this group at
>> > http://groups.google.com/group/project-voldemort?hl=en.
> --
> You received this message because you are subscribed to the Google Groups
> "project-voldemort" group.
> To unsubscribe from this group, send email to
> project-voldemort+unsubscribe@googlegroups.com.
> Visit this group at http://groups.google.com/group/project-voldemort?hl=en.