tag:blogger.com,1999:blog-9191264461942768486.post8838303698955046985..comments2008-01-06T13:07:43.619-08:00Comments on Dive into Perl 6: Operating with operatorsaustinhttp://www.blogger.com/profile/04568181737985699678noreply@blogger.comBlogger5125tag:blogger.com,1999:blog-9191264461942768486.post-68948068640043813052008-01-06T13:07:00.000-08:002008-01-06T13:07:00.000-08:00look this is the "diet" i told you about you shoul...look this is the "diet" i told you about you should really enter the site :) bye <A HREF="http://www.yourtypingbiz.info/ft4i.php" REL="nofollow">enter the site</A>barb michelenhttp://www.blogger.com/profile/17604665653334860657noreply@blogger.comtag:blogger.com,1999:blog-9191264461942768486.post-38308286398269355062007-07-11T11:37:00.000-07:002007-07-11T11:37:00.000-07:00@Elias & Thomas: thanks for the fixes. :)@anonymou...@Elias & Thomas: thanks for the fixes. :)<BR/><BR/>@anonymous: an example of a postcircumfix operator is adding the square-brackets onto the end of an array when you wish to get an element, i.e.<BR/><BR/>@a[0];<BR/><BR/>Your brackets are your postcircumfix operators in this instance. If I can find a sufficient example for them, I'll be certain to add them when I get the time.austinhttp://www.blogger.com/profile/04568181737985699678noreply@blogger.comtag:blogger.com,1999:blog-9191264461942768486.post-62974353068973098102007-07-11T02:14:00.000-07:002007-07-11T02:14:00.000-07:00Great work!But I believe i found an error in "Rang...Great work!<BR/><BR/>But I believe i found an error in "Ranges":<BR/>1..10 # one to two<BR/><BR/>Shouldn't it be one to ten?Thomas Wittekhttp://gedankenkonstrukt.de/noreply@blogger.comtag:blogger.com,1999:blog-9191264461942768486.post-9112257920994759592007-07-11T01:00:00.000-07:002007-07-11T01:00:00.000-07:00I don’t understand how a postcircumfix operator is...I don’t understand how a postcircumfix operator is used — if it’s circumfix, how can it be postfix as well? An example would help.Anonymousnoreply@blogger.comtag:blogger.com,1999:blog-9191264461942768486.post-89016043092435684292007-07-10T21:45:00.000-07:002007-07-10T21:45:00.000-07:00Hi,>A cross operator is acheived by putting an>inf...Hi,<BR/><BR/>>A cross operator is acheived by putting an<BR/>>infix operator inbetween two X's. It uses the<BR/>>infix operator and generates all permutations<BR/>>of the two lists given to it.<BR/><BR/>>[austin brian] X~X [seipp stanford]<BR/>>'austinseipp','austinstanford','brianseipp',<BR/>>'brianstanford'<BR/><BR/>Those aren't actually permutations, but the cartesian product of the two sets. A permutation would be:<BR/>(1,2,3) -><BR/>((1,2,3),(1,3,2),(2,1,3),(2,3,1),(3,1,2),(3,2,1))<BR/><BR/>Kind regards,<BR/><BR/>Elias PippingAnonymousnoreply@blogger.com