purl
CategoryEmbeddable Scripting Languages
SubcategoryEmbeddable Scripting Languages
Stars0
Perl 5.18.2 embedded in Go
About purl
Purl
Scripting in Go - it's Perl, but fluffy like a :cat:
- Embedded Perl 5.20.1
- Call native Go functions via XS
- Evaluates any Perl code with persistent state
Thanks to Campher for a pointer in the right direction :smirk:
Building purl
make./purl
Licence
Copyright © 2014, Ian Kent (http://iankent.uk).
Released under MIT license, see LICENSE for details.
Frequently Asked Questions
What is purl?
purl is a Embeddable Scripting Languages library for the Go programming language. Perl 5.18.2 embedded in Go
How do I install purl?
Install purl with the Go module system using `go get ian-kent/purl`. Check the repository for the current installation instructions.
What category does purl belong to?
purl is listed under Embeddable Scripting Languages, specifically Embeddable Scripting Languages.