P5-alias

Jul 20, 2023

Perl module that performs aliasing services

Alias is a perl module that performs aliasing services. It is useful for those of you that are tired of dereferencing hash-based object attributes, or wish perl could make-do with fewer $, -> and things, or are a little scared of using typeglobs, or want the freedom to put what you want, when you want in the symbol table without having to deal with weird syntax, or need to use scalar constants in your program since you don’t trust yourself from changing $PI heh. Most notably, there is a C function that installs a whole hash on the symbol table with implicit localization. This allows you to access object attributes without having to deref the object every time, as in most other OO languages.



Checkout these related ports:
  • Zziplib - Library to provide transparent read access to zipped files
  • Zydis - Fast and lightweight x86/x86-64 disassembler library
  • Zycore-c - Support library with platform independent types, macros, etc for Zydis
  • Zthread - Platform-independent object-oriented C++ threading library
  • Zookeeper - Coordination Service for Distributed Applications
  • Zls - Zig LSP implementation + Zig Language Server
  • Zfp - High throughput library for compressed floating-point arrays
  • Zeal - Offline documentation browser
  • Zapcc - C++ caching compiler based on clang
  • Zanata-platform - Web-based translation platform
  • Zanata-cli - Zanata Java command line client
  • Z88dk - Complete Z80/Z180 development kit
  • Z80ex - ZiLOG Z80 CPU emulator library
  • Z80asm - Assembler for the Z80 microprocessor
  • Z80-asm - Z80 assembly code assembler and disassembler