phlummox/hs-perl5
embedded Perl 5 interpreter in Haskell, forked from https://github.com/perl6/Pugs.hs. Candidate package on hackage at https://hackage.haskell.org/package/hs-perl5-0.1.0/candidate. pre-alpha stage software
This is a tool for Haskell developers who need to integrate existing Perl 5 code or scripts into their Haskell applications. It allows you to call Perl functions and methods, import Perl modules, and even handle callbacks between the two languages. Developers working on systems that use both Haskell and Perl will find this useful for interoperability.
No commits in the last 6 months.
Use this if you are a Haskell developer needing to execute Perl 5 code or leverage existing Perl modules directly within your Haskell application.
Not ideal if you are looking for a stable, production-ready solution, as this package is experimental and in pre-alpha stage.
Stars
12
Forks
1
Language
Haskell
License
—
Category
Last pushed
Feb 07, 2021
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/embeddings/phlummox/hs-perl5"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Anush008/fastembed-rs
Rust library for vector embeddings and reranking.
huggingface/text-embeddings-inference
A blazing fast inference solution for text embeddings models
MinishLab/model2vec-rs
Official Rust Implementation of Model2Vec
finalfusion/finalfusion-rust
finalfusion embeddings in Rust
finalfusion/finalfusion-python
Finalfusion embeddings in Python