The Artima Developer Community
Sponsored Link

Python Buzz Forum
Concurrency-Oriented Python

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Ian Bicking

Posts: 900
Nickname: ianb
Registered: Apr, 2003

Ian Bicking is a freelance programmer
Concurrency-Oriented Python Posted: Oct 21, 2003 9:39 AM
Reply to this message Reply

This post originated from an RSS feed registered with Python Buzz by Ian Bicking.
Original Post: Concurrency-Oriented Python
Feed Title: Ian Bicking
Feed URL: http://www.ianbicking.org/feeds/atom.xml
Feed Description: Thoughts on Python and Programming.
Latest Python Buzz Posts
Latest Python Buzz Posts by Ian Bicking
Latest Posts From Ian Bicking

Advertisement

In Concurrency-oriented programming Peter Van Roy talks (briefly) about concurrency as a basis for functional programming. I like Python as a multi-paradigm language (sometimes procedural, sometimes OO, sometimes prototype-based, sometimes class... and on it goes). Can some of the techniques of Oz and Erlang also be implemented in Python? (In Stackless?)

I guess that means I'll have to learn Oz or Erlang before I'll know. (Which one?) There seems to be an emphasis on strict functional programming in both, such that the programmer is not only assisted in concurrent programming, but moreso they are forced to do clean concurrent programming. I/O always seems painful in a strictly functional environment, as it is very non-functional; computations are correct, not programs -- but functional and declarative programming tries to hide computation.

Anyway, a direction for further exploration...

Read: Concurrency-Oriented Python

Topic: L'ordinateur, ç'est moi Previous Topic   Next Topic Topic: how nice am I?

Sponsored Links



Google
  Web Artima.com   

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