If you're interested in functional programming, you might also want to checkout my second blog which i'm actively working on!!

Tuesday, July 16, 2013

Scala Streams demo

2 comments:

  1. hello
    I'm very interested by streams and the different ways to construct them, but I can't understand why in "factorials" the "recursive" call is with the argument x-2 and not x-1.
    I have tested it and with x-1 there is a stack overflow...
    can you explain me this mistery?

    ReplyDelete
  2. I updated the gist with an explanation.

    ReplyDelete