Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

perl6 status

Name: Anonymous 2011-07-26 8:01

http://perl6.org/compilers/features

for anyone who cares...

Name: Anonymous 2011-07-26 17:40

But can Perl expand alghebraic expressions, like the following Symta code?


expand {($A+$B)*$C} -> {$A*$C+$B*$C}
      ;{$A*($B+$C)} -> {$A*$B+$A*$C}
      ;{($A+$B)^2}  -> {($A+$B)*($A+$B)}
      ;{$A*$A}      -> {$A^2}
      ;{$A*$(B:?<A)} -> {$B*$A}

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List