[erlang-questions] Generators?

James Hague james.hague@REDACTED
Tue Jul 31 17:43:01 CEST 2007


On 7/30/07, Ryan Rawson <ryanobjc@REDACTED> wrote:
> This is why language features > libraries generally. The compiler
> knows nothing, so it has limited optimization abilities.

The BEAM compiler already special-cases some library functions,
redirecting the code to a BIF.  lists:reverse is one example.

James



More information about the erlang-questions mailing list