@hackage / HsPerl5

Haskell interface to embedded Perl 5 interpreter

Latest0.0.6.20150815

About

Metadata

  • Last updated , by AudreyTang
  • License BSD-3-Clause
  • Maintained by: Audrey Tang <audreyt@audreyt.org>

  • Lottery factor: 0

Links

Installation

This package uses the Custom cabal build type

Readme

This module provides a Haskell interface to embedded Perl 5 interpreter.

Documentation and functionality is scarce at the moment; see test.hs for some basic usage examples.

Currently supported features are: * Function calls * Method calls * Module imports * Callbacks

Eventually the entirety of Pugs.Embed.Perl5 and Pugs.Run.Perl5 will be carried into this module.