Definitions

from Wiktionary, Creative Commons Attribution/Share-Alike License.

  • adjective computing, programming, informal Typical of, or suited to, the Perl programming language.

Etymologies

from Wiktionary, Creative Commons Attribution/Share-Alike License

Perl +‎ -ish

Support

Help support Wordnik (and make this page ad-free) by adopting the word Perlish.

Examples

  • The ideal way might be to translate Haskell's definition from the Prelude, but given that Perlish lists don't have lazy semantics, and we then have to implement span etc., let's just write a noddy imperative version for now: sub groupBy {my ($fn, @elems) = @_; my @groups; my $a = shift @elems; my $b; my @group = ($a); while ($b = shift @elems) {if ($fn - >

    Planet Haskell 2009

Comments

Log in or sign up to get involved in the conversation. It's quick and easy.