Larry Wall writes:
> I'd entertain a proposal that ... be made a valid term that happens
> to do nothing, so that you can run your examples through perl -c for
> syntax checks.  Or better, make it an official "stub" for rapid
> prototyping, with some way of getting a warning whenever you execute
> such a stub.

This is the coolest suggestion made so far for perl6.  I love it.

Runtime behaviour of '...' is to warn "unimplemented behaviour".  With
use strict 'development', it dies "unimplemented behaviour" at
compile-time.

Nat

Reply via email to