Vladimir N. Dzhivsanoff wrote:
1. Functions from Oz kernel - {NewCell <x> <y>}, {Exchange <x> <y> <z>} and other one - are implemented in Oz ?

No, they have their own implementation.

2. If it is in Oz then how ? And why they added to Oz kernel ? Language kernel must include only basic concept entities, is it ?

NewCell and Exchange are the most primitive operations on cells. You cannot define cells on top of a fully declarative language. They have to be part of Kernel Oz. Besides that, objects can be defined on top of cells, for instance.

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

Reply via email to