Sidef 26.08 Latest

Kwalitee Issues

No Core Issues.

use_warnings

Add 'use warnings' (or its equivalents) to all modules, or convince us that your favorite module is well-known enough and people can easily see the modules warn when something bad happens.

Error: Sidef, Sidef::Deparse::Perl, Sidef::Deparse::Sidef, Sidef::Math::Math, Sidef::Module::Func, Sidef::Module::OO, Sidef::Object::Convert, Sidef::Object::Enumerator, Sidef::Object::Lazy, Sidef::Object::LazyMethod, Sidef::Object::Object, Sidef::Optimizer, Sidef::Parser, Sidef::Sys::Sig, Sidef::Sys::Sys, Sidef::Time::Date, Sidef::Time::Time, Sidef::Types::Array::Array, Sidef::Types::Array::Matrix, Sidef::Types::Array::Pair, Sidef::Types::Array::Vector, Sidef::Types::Block::Block, Sidef::Types::Block::Fork, Sidef::Types::Block::Try, Sidef::Types::Bool::Bool, Sidef::Types::Glob::Backtick, Sidef::Types::Glob::Dir, Sidef::Types::Glob::DirHandle, Sidef::Types::Glob::File, Sidef::Types::Glob::FileHandle, Sidef::Types::Glob::Pipe, Sidef::Types::Glob::Socket, Sidef::Types::Glob::SocketHandle, Sidef::Types::Glob::Stat, Sidef::Types::Hash::Hash, Sidef::Types::Null::Null, Sidef::Types::Number::Complex, Sidef::Types::Number::Fraction, Sidef::Types::Number::Gauss, Sidef::Types::Number::Mod, Sidef::Types::Number::Number, Sidef::Types::Number::Polynomial, Sidef::Types::Number::PolynomialMod, Sidef::Types::Number::Quadratic, Sidef::Types::Number::Quaternion, Sidef::Types::Perl::Perl, Sidef::Types::Range::Range, Sidef::Types::Range::RangeNumber, Sidef::Types::Range::RangeString, Sidef::Types::Regex::Match, Sidef::Types::Regex::Regex, Sidef::Types::Set::Bag, Sidef::Types::Set::Set, Sidef::Types::String::String, Sidef::Variable::GetOpt, Sidef::Variable::NamedParam

Modules

Name Abstract Version View
Sidef The Sidef programming language 26.08 metacpan
Sidef::Deparse::Perl Deparse Sidef AST to Perl source code metacpan
Sidef::Deparse::Sidef Deparse Sidef abstract syntax trees back into Sidef source code metacpan
Sidef::Math::Math Mathematical functions and algorithms for Sidef metacpan
Sidef::Module::Func Functional interface for Perl modules used from Sidef metacpan
Sidef::Module::OO Object-oriented interface for Perl modules used from Sidef metacpan
Sidef::Object::Convert Type conversion methods for Sidef objects metacpan
Sidef::Object::Enumerator Lazy iterator object for generating and processing custom sequences. metacpan
Sidef::Object::Lazy Lazy evaluation wrapper that computes values only when needed. metacpan
Sidef::Object::LazyMethod Deferred, chainable method calls. metacpan
Sidef::Object::Object Base class providing the common interface for all Sidef objects. metacpan
Sidef::Optimizer AST optimization and constant folding for Sidef programs metacpan
Sidef::Parser Parser for the Sidef programming language metacpan
Sidef::Sys::Sig Signal handling interface for Sidef metacpan
Sidef::Sys::Sys System-level operations and utilities metacpan
Sidef::Time::Date Date and time object with parsing, formatting, arithmetic, and calendar operations. metacpan
Sidef::Time::Time Representation of time as Unix epoch seconds metacpan
Sidef::Types::Array::Array Dynamic ordered collection with rich functional, numeric, and utility methods. metacpan
Sidef::Types::Array::Matrix Mathematical matrix operations in Sidef metacpan
Sidef::Types::Array::Pair Two-element key-value pair object used throughout the language. metacpan
Sidef::Types::Array::Vector Mathematical vector operations in Sidef metacpan
Sidef::Types::Block::Block Executable code block (closure) with lexical scope and callable behavior. metacpan
Sidef::Types::Block::Fork Fork object for parallel process execution metacpan
Sidef::Types::Block::Try Exception handling block in Sidef metacpan
Sidef::Types::Bool::Bool Boolean value type supporting logical operations and conversions. metacpan
Sidef::Types::Glob::Backtick Shell command execution via backticks metacpan
Sidef::Types::Glob::Dir Directory manipulation and navigation in Sidef metacpan
Sidef::Types::Glob::DirHandle Directory handle object for iterating and manipulating directories. metacpan
Sidef::Types::Glob::File File manipulation and information retrieval metacpan
Sidef::Types::Glob::FileHandle File handle object for reading, writing, and managing files. metacpan
Sidef::Types::Glob::Pipe Interface for creating and managing pipe handles metacpan
Sidef::Types::Glob::Socket Socket networking interface for Sidef metacpan
Sidef::Types::Glob::SocketHandle An open socket connection, for network communication metacpan
Sidef::Types::Glob::Stat File status information interface metacpan
Sidef::Types::Hash::Hash Associative hash table mapping keys to values with convenient collection methods. metacpan
Sidef::Types::Null::Null The Null type in Sidef metacpan
Sidef::Types::Number::Complex Arbitrary-precision complex number type with advanced mathematical operations. metacpan
Sidef::Types::Number::Fraction A ratio of two numeric (or symbolic) values. metacpan
Sidef::Types::Number::Gauss Gaussian integer arithmetic in Sidef metacpan
Sidef::Types::Number::Mod Modular arithmetic in Sidef metacpan
Sidef::Types::Number::Number Arbitrary-precision numeric type providing extensive mathematical and number-theoretic functionality. metacpan
Sidef::Types::Number::Polynomial Polynomial type supporting symbolic manipulation and algebraic operations. metacpan
Sidef::Types::Number::PolynomialMod Polynomial type over finite rings with modular arithmetic operations. metacpan
Sidef::Types::Number::Quadratic Elements of a quadratic ring Z[t] / (t^2 - q*t - p) metacpan
Sidef::Types::Number::Quaternion Quaternion number implementation metacpan
Sidef::Types::Perl::Perl Bridge for evaluating Perl code within Sidef metacpan
Sidef::Types::Range::Range Range class for representing sequences of values metacpan
Sidef::Types::Range::RangeNumber Numeric range object supporting iteration, slicing, and lazy sequences. metacpan
Sidef::Types::Range::RangeString String range objects for iteration and manipulation metacpan
Sidef::Types::Regex::Match Regular expression match object exposing captures and match metadata. metacpan
Sidef::Types::Regex::Regex Regular expression type for pattern matching, searching, and text substitution. metacpan
Sidef::Types::Set::Bag A multiset (bag) data structure for Sidef metacpan
Sidef::Types::Set::Set Unordered collection of unique elements supporting mathematical set operations. metacpan
Sidef::Types::String::String Unicode string type with comprehensive text processing and manipulation methods. metacpan
Sidef::Variable::GetOpt Command-line argument parsing for Sidef's MAIN function metacpan
Sidef::Variable::NamedParam Represents a named parameter used in function and method calls. metacpan

Other Files

Build.PL metacpan
CONTRIBUTING.md metacpan
Changes metacpan
MANIFEST metacpan
META.json metacpan
META.yml metacpan
Makefile.PL metacpan
SECURITY.md metacpan