In which cases is the threaded version preferable, in which cases would you prefer the plain version?

The design of Oz follows the philosophy 'don't perform magic, do it explicit'. Thus, threads are easily created explicitly.

Best,
Torsten

On 22.10.2005, at 08:42, Russ Abbott wrote:
In designing Oz what was the thinking that led to the conclusion that
fun {Plus X Y} X + Y end  
was preferable to
 fun {Plus X Y}  thread X + Y end end
as the implementation of '+' ?
 
-- Russ
--
Torsten Anders
Sonic Arts Research Centre
Queen's University Belfast (UK)
www.torsten-anders.de


_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to