This page is no longer maintained — Please continue to the home page at www.scala-lang.org

A small proposal for finite stream construction

1 reply
alois.cochard
Joined: 2010-03-19,
User offline. Last seen 34 weeks 2 hours ago.

Hello all,

I have just coded a small helper method to create finite stream
because I didn't find any equivalent.

It's quiet handy to use T => Option[T] functions for this purpose:
https://gist.github.com/1334040

Have I missed something (I saw scalaz iteratee, but same concept could
be applied to create Iteratee instead of Stream) ?

Am I the only one to saw benefit having this in core-lib ?

Alois Cochard
---------------------
http://www.twitter.com/aloiscochard
http://aloiscochard.blogspot.com

dcsobral
Joined: 2009-04-23,
User offline. Last seen 38 weeks 5 days ago.
Re: A small proposal for finite stream construction

I have been wanting unfold in Scala for quite a while now. It is not
Stream-specific either.

On Wed, Nov 2, 2011 at 14:28, Alois Cochard wrote:
> Hello all,
>
> I have just coded a small helper method to create finite stream
> because I didn't find any equivalent.
>
> It's quiet handy to use T => Option[T] functions for this purpose:
> https://gist.github.com/1334040
>
> Have I missed something (I saw scalaz iteratee, but same concept could
> be applied to create Iteratee instead of Stream) ?
>
> Am I the only one to saw benefit having this in core-lib ?
>
> Alois Cochard
> ---------------------
> http://www.twitter.com/aloiscochard
> http://aloiscochard.blogspot.com
>

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland