in reply to Re^2: Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)
in thread Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)

I'd say that PDL::NiceSlice (the Filter::Simple-using module) which creates the "new" syntax $pdl1(0:4,2;-) is definitely a DSL, particularly if LINQ counts.
  • Comment on Re^3: Which internal DSL are there in Perl? (Domain Specific Languages - Part 1)
  • Download Code