Hi<br><br>My question concerning section 3.12 in Joe's "Programming Erlang":<br><br>Why odd_and_evens should be less space efficient than odd_and_evens_acc ?<br><br>I guess it must be somthing with tail-recursion, but can't see why
<br>List Comprehetions can't be implemented tail-recursive or even as a plain loop.<br><br>Thanks,<br>Shimon Cohen.<br>