The goal is to avoid everyone using a different not fully compatible version of everything. Like in perl 5 with the bunch of different ways to do objects, signatures etc. Pilling good things on top of each others rather than aiming for an elegant design is what I consider the core idea of Perl. Being able to add language features removes most benefits of a simple design (easy to create tool support).
On 16 June 2015 at 21:08, Fields, Christopher J <cjfie...@illinois.edu> wrote: > I like that I can start with a fairly simple subset of Perl 6 but pick > up more as I go along, if it’s needed. > > chris > > On Jun 16, 2015, at 9:45 AM, Paweł Murias <pawelmur...@gmail.com> wrote: > > I think Perl 6 tries to include too much rather than too little. > It will be possible to just use a subset > > On 16 June 2015 at 10:32, Michael Zedeler <mich...@zedeler.dk> wrote: > >> On 06/12/15 15:54, Parrot Raiser wrote: >> >>> Has somebody been following the discussions on types? >>> http://xkcd.org/1537/ >>> <https://urldefense.proofpoint.com/v2/url?u=http-3A__xkcd.org_1537_&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=tDGDphAO6NEimtzLSSmQFGvp83Nv4of3Q091GUeBRjE&m=7Hmiwu-Sis4idF-Q_ljE8Sua23Pck8G3-ksfWbBhIrY&s=PQRCsVTexQ1R3RvE9dxZSrXnRAlm1fTQe8795MfVstQ&e=> >>> :-)* >>> >> Perl6 has something similar to example 9. >> >> Ranges, hyper-operators as well as the "invocation" operators .+ and .* >> doesn't make any sense to me. Those constructs made me stop using Perl and >> look elsewhere. It was a hard decision since I've used the language for at >> least 15 years. >> >> I hope Perl6 regexes will make it far beyond Perl itself and the notion >> of being able to introduce custom dsl parsed on equal terms as the rest of >> Perl 6 is really sweet. >> >> Regards, >> >> Michael. >> >> -- >> Michael Zedeler >> 70 25 19 99 >> mich...@zedeler.dk >> >> dk.linkedin.com/in/mzedeler >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__dk.linkedin.com_in_mzedeler&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=tDGDphAO6NEimtzLSSmQFGvp83Nv4of3Q091GUeBRjE&m=7Hmiwu-Sis4idF-Q_ljE8Sua23Pck8G3-ksfWbBhIrY&s=iGUAJ7_AukicwPFa3SChsHimKrNeYDHD5qt4bXSH4BQ&e=> >> | twitter.com/mzedeler >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__twitter.com_mzedeler&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=tDGDphAO6NEimtzLSSmQFGvp83Nv4of3Q091GUeBRjE&m=7Hmiwu-Sis4idF-Q_ljE8Sua23Pck8G3-ksfWbBhIrY&s=6wfV4yK6QdDW9C43RQPVa8ziJuXY9w0fiaKrW-qeMSo&e=> >> | github.com/mzedeler >> <https://urldefense.proofpoint.com/v2/url?u=http-3A__github.com_mzedeler&d=AwMFaQ&c=8hUWFZcy2Z-Za5rBPlktOQ&r=tDGDphAO6NEimtzLSSmQFGvp83Nv4of3Q091GUeBRjE&m=7Hmiwu-Sis4idF-Q_ljE8Sua23Pck8G3-ksfWbBhIrY&s=ZotvHoV0UCqah2kqY6X4vYlH2KPw83PySPMZSrtymLw&e=> >> >> > >