The installation went off without a hitch(version 1.3.1 here) on Gentoo
Linux.

The utilities seem snappy.

The Oz language is turning out be quite easy to pick up. Of course I'm
coming from a heavy Ada background, so a lot of the material is "old hat"
to me. 

I'm running into a few oddities with text handling and command line
parsing, but I'm sure I'll get that figured out in no time.

I'm curious, does Oz/Mozart have any sort of "Representation" tool for
optimizing and mapping functors and data to lower level constructs? i.e.

tree(key:X Item:Y left:LT right:RT)
declare in
        tree[
          for Key use Unsigned_Integer_32
          for Item use Machine_Word
          for LT#RT use Machine_Word ]

Or something like it?

Just curious.

Thanks.

Freejack


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

Reply via email to