The Artima Developer Community
Sponsored Link

Heron-Centric: Ruminations of a Language Designer
Associative Fold (i.e. Reduce) as a Primitive Operation
by Christopher Diggins
April 29, 2006
Summary
I still don't quite get it, shouldn't every new language support a primitive Reduce() operation in anticipation of the brave new parallel world?

Advertisement

So last I heard reduce() is still on its way out of Python 3000. I still don't get the rationale. Something about it making code hard to read. As far as I can tell, having a reduce() operation as a primitive means that a compiler can easily parallelize the code. Or am I missing something here? Hasn't Google proven that? And its not just Python that I am concerned about. What about Microsoft's CLI or Perl's Parrot or Java's bytecode? They all seem to be stuck in the single processor mode of thinking. I can't think of any good reason to not start embracing parallel operations at the lowest level.

Talk Back!

Have an opinion? Readers have already posted 11 comments about this weblog entry. Why not add yours?

RSS Feed

If you'd like to be notified whenever Christopher Diggins adds a new entry to his weblog, subscribe to his RSS feed.

About the Blogger

Christopher Diggins is a software developer and freelance writer. Christopher loves programming, but is eternally frustrated by the shortcomings of modern programming languages. As would any reasonable person in his shoes, he decided to quit his day job to write his own ( www.heron-language.com ). Christopher is the co-author of the C++ Cookbook from O'Reilly. Christopher can be reached through his home page at www.cdiggins.com.

This weblog entry is Copyright © 2006 Christopher Diggins. All rights reserved.

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use