<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>I - and I suspect all of sotonpm - would be very delighted to see you and hear more about node.js.<br><br></div>Yesterday went really well, I showed several interesting Perl6 examples - like pointy blocks syntax that allows very cleanly, though flexibly, describe your data structures in various ways:<br><span style="color:rgb(102,102,102)">my @a = [<br>    [ 1, 2, third => 3 ],<br>    [ 4, 5                 ],<br>    [ 6                     ],<br>    [ 7, 8, 9, 10, 11  ],<br>];<br><br>for @a -> [ $first, $second?, :$third, *@ ] {<br>    say "first:  $first, second: { $second // '' }, third:  { $third  // '' }";<br>}</span><br><br></div><div>and when running as you expect:<br>first:  1, second: 2, third:  3<br>first:  4, second: 5, third:  <br>first:  6, second: , third:  <br>first:  7, second: 8, third:<br></div></div></div></div></div><br></div><div>Though as one might suspect, speed is still a big issue :(<br></div><div><br></div>Unfortunately, I won't be in UK for next meeting. Though, we actually questioned whether it would make it easier for you to come if it was on some other day than Wednesday ? I remember you had some commitments on Wednesdays..<br></div>On similar note we were thinking to broaden up the social meeting to perl5, perl6 and other high level languages or even Linux in general..<br><br></div>Thanks,<br></div>Vytas<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Jul 7, 2016 at 1:46 PM, Imran Chaudhry <span dir="ltr"><<a href="mailto:ichaudhry@gmail.com" target="_blank">ichaudhry@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p dir="ltr">Hi All,</p>
<p dir="ltr">Hope you had a good chat yesterday.</p>
<p dir="ltr">As you know, i've not been to a meetup for a while!</p>
<p dir="ltr">The main reason is that I have been building expertise in node.js - although I still use Modern Perl.</p>
<p dir="ltr">If you don't mind my coming along to chat socially and on other tech subjects that might be non-Perl then I'd be more inclined to come along to the next one!</p>
<div style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><div dir="ltr">This has not been working very well recently.<div><br></div><div>Barring better suggestions Vytas and I should be there on Wednesday.</div><div><br></div><div>Anyone else considering turning up?</div></div>
<br></span><span class="">_______________________________________________<br>
Southampton-pm mailing list<br>
<a href="mailto:Southampton-pm@pm.org" target="_blank">Southampton-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/southampton-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/listinfo/southampton-pm</a><br></span></div>
<br>_______________________________________________<br>
Southampton-pm mailing list<br>
<a href="mailto:Southampton-pm@pm.org">Southampton-pm@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/southampton-pm" rel="noreferrer" target="_blank">http://mail.pm.org/mailman/listinfo/southampton-pm</a><br></blockquote></div><br></div>