The Artima Developer Community
Sponsored Link

Java Buzz Forum
Join Calculus and Java

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
Paul Brown

Posts: 284
Nickname: paulrbrown
Registered: Dec, 2003

Paul Brown is an entrepreneur
Join Calculus and Java Posted: Feb 17, 2004 3:31 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Paul Brown.
Original Post: Join Calculus and Java
Feed Title: mult.ifario.us
Feed URL: http://feeds.feedburner.com/MultifariousCategoryJava
Feed Description: Software. Business. Java. XML. Web Services.
Latest Java Buzz Posts
Latest Java Buzz Posts by Paul Brown
Latest Posts From mult.ifario.us

Advertisement
In response to an earlier posting (2004-01-04) about Polyphonic C#, Stewart Itzstein pointed me to some of his work on a similar extension to Java. (Itzstein's work predates Polyphonic C#.)The idea is to combine the join calculus with Java to get a new language that has convenient syntax for concurrent programming. For example:public class OnePlaceBuffer { public Object get() & put(Object o) { return o; } }would have the behavior that the get() method would block until put(Object o) is called, and the get() caller would receive o.The CiteSeer entry has links to a cached copy of the paper.

Read: Join Calculus and Java

Topic: The new and improved MS-Frontpage :) Previous Topic   Next Topic Topic: Real Programmers Code In Binary

Sponsored Links



Google
  Web Artima.com   

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