2009-12-29

parrot.platform

10.14: pos.addm/platform"parrot:
. parrot has a seemingly cool idea like .net
where you can mix libraries and lang's
because they are talking parrot's lang,
and doing so easily with high-level tools .
. however, one thing that .net has over parrot
is the idea of security through managed code:
none of the library comes from unsafe c (or needs to);
the common lang is high-level,
and all code can be auto'ly inspected for safety issues .
. adda uses the same approach
by applying cap'based security rules to code
and only then converting that code
to some platform`lang .

No comments:

Post a Comment