in reply to Re: Another update: "Exploring Programming Language Architecture in Perl"
in thread Another update: "Exploring Programming Language Architecture in Perl"

Thanks for your input.
You're right, the main reason I didn't complete all of the tco's was so as not to unnecessarily clutter an already complex example. I'll take what you've said on board though, and provide a completely optimized version in addition.
Bill H
perl -e 'print sub { "Hello @{[shift]}!\n" }->("World")'
  • Comment on Re^2: Another update: "Exploring Programming Language Architecture in Perl"
  • Download Code