Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Why does writing PMCs suck?

7 views
Skip to first unread message

Matt Diephouse

unread,
Aug 29, 2006, 10:51:47 PM8/29/06
to parrot-...@perl.org
It's been said that writing PMCs sucks. This is your chance to tell
the world why. Because for things to get better, we have to know what
sucks.

I'll get things started:

1) pmc2c.pl is very fragile - when it gets input it doesn't like, it
just ignores it (see RT#39313)
2) You can't use :slurpy, :optional, or :named arguments. Even if
there's support under the hood, there's no way to write a PMC with
these arguments.

--
Matt Diephouse
http://matt.diephouse.com

Chromatic

unread,
Aug 30, 2006, 3:12:54 AM8/30/06
to perl6-i...@perl.org, ma...@diephouse.com, parrot-...@perl.org

3) The documentation is poor. There's a lot of copy and paste coding
occurring, and that leads to duplication.

4) There's a lot of required duplication.

5) The only code re-use mechanism is inheritance. Roles would be nice.

-- c

0 new messages