HsPerl5: Haskell interface to embedded Perl 5 interpreter

[ bsd3, language, library, pugs ] [ Propose Tags ]

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.


[Skip to Readme]

Modules

[Last Documentation]

  • Language
    • Language.Perl5

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.6.20150815
Dependencies base [details]
License BSD-3-Clause
Copyright 2008 Audrey Tang
Author Audrey Tang <audreyt@audreyt.org>
Maintainer Audrey Tang <audreyt@audreyt.org>
Category Language
Uploaded by AudreyTang at 2008-06-04T20:24:47Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 6070 total (17 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2017-01-03 [all 8 reports]

Readme for HsPerl5-0.0.4

[back to package description]
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.