Author: larry
Date: Tue Jan 1 00:22:25 2008
New Revision: 14476
Modified:
doc/trunk/design/syn/S02.pod
Log:
Infelicities noticed by Limbic_Region++
Modified: doc/trunk/design/syn/S02.pod
==
--- doc/trunk/design/syn/
Richard Hainsworth wrote:
Given a function implemented in parrot, how can it be called from a
perl6 program?
To use functions from a class or module in a different language, you
will be able to use "use" to include the module, but with the language
name out the front. So:
use parrot:SomeModul
On Mon, Dec 31, 2007 at 11:17:53PM +0300, Richard Hainsworth wrote:
> Not sure whether this should be p6-lan or p6-users. Posted to p6l only.
Since the question is specific to perl6 and Parrot, it probably
belongs on perl6-compiler. But I'll answer it here for now,
as it may spark a language rela
Author: larry
Date: Tue Jan 1 17:01:32 2008
New Revision: 14477
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarification of off-the-end semantics of KeySet and KeyBag requested by
Limbic~Region++.
Modified: doc/trunk/design/syn/S02.pod
=