Re: [svn:perl6-synopsis] r14325 - doc/trunk/design/syn

2007-03-15 Thread Zev Benjamin
If the idea of having an author attribute is to allow multiple implementations of a module, why not add an API version attribute? The idea would be to detach the module version number from the module API version number. This way, if I want to reimplement Foo::Bar, I wouldn't be required to use th

Re: Generalizing ?? !!

2007-06-11 Thread Zev Benjamin
?? and !! could always return some kind of result object that boolizes to true or false. Zev Audrey Tang wrote: > > 在 Jun 11, 2007 5:10 AM 時,Jonathan Lang 寫到: >> A variation of chaining associativity gets >> used, with the "chaining rule" being '$v1 op1 $v2 // $v1 op2 $v3' >> instead of '$v1 op

$*ARGS variable

2008-12-23 Thread Zev Benjamin
$*ARGS is mentioned in S02/S04 as being the magic filehandle iterator. However, S06 refers to the "$*ARGS capture." Is there a typo somewhere? Zev