This is the type of thing Haskell is good at :)<br>([3,5..40000000],[3,5..40000000])<br><br>, or if you really wanted it to be unbounded...<br>([3,5..],[3,5..])<br>
<br>Unfortunately Erlang doesn't do lazy evaluation (and can't for good reason),  so allocation is all done upfront. <br><br clear="all">--DS<br>
<br><br><div class="gmail_quote">2009/2/6 Francesco Cesarini (Erlang Training and Consulting) <span dir="ltr"><<a href="mailto:francesco@erlang-consulting.com">francesco@erlang-consulting.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div id=":12q" class="ArwC7c ckChnd"> standard behaviour when the VM runs out of memory.... Try<br>
generating smaller lists or adding more memory to your computer.<br>
</div></blockquote></div><br>