> On behalf of the Pugs team, I am elated to announce the release of > Pugs 6.2.5, with much more comprehensive OO support, hyper and reduction > metaoperators on user-defined operators, as well as experimental > coroutine support. >
Could you please advice, how is it possible to use external library, or better just C code? Perl6 <-> C binding. Should I use Haskell for this? Should I use parrot? To be more concrete, I want to start using Tcl/Tk from within perl6 (like currently Tcl::Tk CPAN module does this) At first I tried TclHaskell, which currently is out of date, and it took considerable efforts for me, unknowledgable in Haskell, to make it compile, but even after that is is non-trivial to move on, however seems doable. Which approach will you advice? TIA. Best regards, Vadim.