The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:FunctionalPerl scalar::string"

FP::AST::Perl - abstract syntax tree for representing Perl code River stage zero No dependents

This is not a parser, and hence should be outside the scope of the "can only parse Perl at runtime" issue. The longer term aim is to support all of Perl, and to support conversion to and maybe from an op tree....

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

FP::Untainted - functional untainting River stage zero No dependents

Taint::Util offers `untaint`, but it changes its argument. This module provides a pure function to do the same (it (currently) uses a regex match instead of XS to do so, though.) Should this module stay? Vote your opinion if you like....

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

FP::Predicates River stage zero No dependents

Useful as predicates for FP::Struct field definitions. These are simple functions expecting one value and returning a boolean. They are composable with `maybe`, `complement`, `either`, `all_of`/`both`. This is a functional approach to achieve the sam...

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

FP::Repl::Repl - read-eval-print loop River stage zero No dependents

Enters an interactive read-eval-print loop. Term::ReadLine with history is active. The loop can be exited by typing ctl-d. Entering nothing re-evaluates the last entry. Some autocompletion exists. When the entered line starts with ':' or ',' (both ch...

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

Chj::singlequote River stage zero No dependents

Turn strings to quoted strings. singlequote ($str, $maybe_alternative) Perl style quoting. If $maybe_alternative is not given, uses the string "undef" for the undef value. singlequote_sh ($str, $maybe_alternative) Shell style quoting. Also currently ...

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC

Chj::Class::Array - array based perl objects (deprecated) River stage zero No dependents

So you don't like objects based on hashes, since all you can do to prevent mistakes while accessing object data is to create accessor methods which are slow and inconvenient (and you don't want to use depreciated pseudohashes either) - what's left? S...

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC
6 results (0.068 seconds)